part 7
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h
deleted file mode 100644 (file)
index 2903a28..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#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.023138 seconds and 4 git commands to generate.