X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=22057a966ebe3e801916a5bc2a23cc9f7b0c616d;hb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;hp=1af0790c4691e77bf600583d871b226d03bc6163;hpb=7a859036ac53f538bd0ff723a1b450d7f26fa733;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 1af0790c..22057a96 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -6,18 +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; -struct _TimeInterval{ - LttTime startTime; - LttTime endTime; -}; - #endif // COMMON_H