X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FControlFlow%2FCFV-private.h;fp=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FControlFlow%2FCFV-private.h;h=0000000000000000000000000000000000000000;hb=f6310a5b26f5a2d0af9eec0a1eb46eee3c489981;hp=2903a281413124c7f6b3ecbaa078d87d9339158c;hpb=9c3123113f395e7ea634c522e340604331359e7e;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV-private.h deleted file mode 100644 index 2903a281..00000000 --- a/ltt/branches/poly/lttv/modules/gui/ControlFlow/CFV-private.h +++ /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