completely removed tab list and current_tab concept
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 53a38ad9a6c5a9640432ecae2791f3c8ff1a4c2b..4ac1c0dfd18fe5dbaf1a8e69cdb5eb581d94199c 100644 (file)
@@ -58,8 +58,8 @@ struct _MainWindow{
   /* Attributes for trace reading hooks local to the main window */
   LttvIAttribute * attributes;
   
-  Tab * tab;
-  Tab * current_tab;
+  //Tab * tab;
+  //Tab * current_tab;
 
 };
 
@@ -78,7 +78,7 @@ struct _Tab{
   LttTime current_time;
   LttvIAttribute * attributes;
 
-  struct _Tab * next;
+  //struct _Tab * next;
   MainWindow  * mw;
 
   /* Traceset related information */
This page took 0.022888 seconds and 4 git commands to generate.