compile fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index de324869f47d52ae4436b5231a008e7408e12cec..2c3f997ab92ad65efa894507e06522a2dd0cc538 100644 (file)
 #ifndef _CFV_PRIVATE_H
 #define _CFV_PRIVATE_H
 
-struct _ControlFlowData {
-
-  GtkWidget *scrolled_window;
-  MainWindow *mw;
-
-  GtkWidget *h_paned;
-
-  ProcessList *process_list;
-
-  Drawing_t *drawing;
-  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.022812 seconds and 4 git commands to generate.