X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=22057a966ebe3e801916a5bc2a23cc9f7b0c616d;hb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;hp=6ac9e305a1fc38e09edf32f77f2f7ecab513c4f9;hpb=e969fd8ead1ce0d34c839d8598a24f3af768d42e;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 6ac9e305..22057a96 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -6,14 +6,12 @@ #include typedef struct _mainWindow mainWindow; -typedef struct _systemView systemView; +//typedef struct _systemView systemView; typedef struct _tab tab; -typedef struct _TimeInterval TimeInterval; /* constructor of the viewer */ typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window); typedef lttv_constructor view_constructor; - #endif // COMMON_H