Rework about dialog by using gtk_show_about_dialog
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 5311fa153494cbafe7448c9eadbaae67de19e8d4..80a58b575d953865ec140946fe23426ea6b82eeb 100644 (file)
 
 #include <gtk/gtk.h>
 
-#include <ltt/ltt.h>
 #include <lttv/attribute.h>
 #include <lttv/traceset.h>
-#include <lttv/tracecontext.h>
+
 #include <lttv/hook.h>
+#ifdef BABEL_CLEANUP
+#include <lttv/tracecontext.h>
 #include <lttv/stats.h>
+#endif /* BABEL_CLEANUP */
 #include <lttv/filter.h>
 //#include <lttvwindow/gtkmultivpaned.h>
 #include <lttvwindow/mainwindow.h>
@@ -34,8 +36,7 @@
 #define SCROLL_STEP_PER_PAGE 10.0
 
 struct _TracesetInfo {
-  //FIXME? TracesetContext and stats in same or different variable ?
-  LttvTracesetStats * traceset_context;
+  //FIXME? Traceset is the unique member of tracesetinfo
   LttvTraceset * traceset;
 };
 
@@ -54,7 +55,6 @@ struct _MainWindow{
   //gotoEventWindow*     GotoEventWindow; /*search for event description*/
   //openFilterWindow*    OpenFilterWindow; /* Open a filter selection window */
   GtkWidget*           help_contents;/* Window to display help contents */
-  GtkWidget*           about_box;    /* Window  about information */
  
   //  lttv_trace_filter * filter; /* trace filter associated with the window */
 
This page took 0.022705 seconds and 4 git commands to generate.