compile fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index c383e2d4f321e8e23ee0749222eb443131504abc..2c3f997ab92ad65efa894507e06522a2dd0cc538 100644 (file)
 #ifndef _CFV_PRIVATE_H
 #define _CFV_PRIVATE_H
 
-struct _ControlFlowData {
-
-  GtkWidget *scrolled_window;
-  MainWindow *mw;
-
-  ProcessList *process_list;
-  Drawing_t *drawing;
-
-  GtkWidget *h_paned;
-    
-  GtkAdjustment *v_adjust ;
-  
-  /* Shown events information */
-  TimeWindow time_window;
-  LttTime current_time;
-  
-  //guint currently_Selected_Event  ;
-  guint number_of_process;
-
-} ;
 
 
 #endif //_CFV_PRIVATE_H
This page took 0.023708 seconds and 4 git commands to generate.