mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 1af0790c4691e77bf600583d871b226d03bc6163..22057a966ebe3e801916a5bc2a23cc9f7b0c616d 100644 (file)
@@ -6,18 +6,12 @@
 #include <gtk/gtk.h>
 
 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
This page took 0.023879 seconds and 4 git commands to generate.