add --fatal, -f, option : makes glib critical messages abort the program
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index 67d8413c2ac39848cbd752f48b2a67123d4335c8..19361699027d082722421a79d01ed81692ecc671 100644 (file)
@@ -23,7 +23,7 @@
 struct _ControlFlowData {
 
   GtkWidget *scrolled_window;
-  MainWindow *mw;
+  Tab *tab;
 
   GtkWidget *h_paned;
 
@@ -39,12 +39,6 @@ struct _ControlFlowData {
   //guint currently_Selected_Event  ;
   guint number_of_process;
 
-  /* hooks for trace read */
-  LttvHooks *event;
-  LttvHooks *after_event;
-  LttvHooks *after_traceset;
-  EventRequest *event_request;
-
 } ;
 
 
This page took 0.030288 seconds and 4 git commands to generate.