X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=2c3f997ab92ad65efa894507e06522a2dd0cc538;hb=e8d11122b46e7e2922e65825623c760f84a4d34f;hp=19361699027d082722421a79d01ed81692ecc671;hpb=ca0f8a8e5907fe8aa588324b1b268d3089b46160;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 index 19361699..2c3f997a 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -20,26 +20,5 @@ #define _CFV_PRIVATE_H -struct _ControlFlowData { - - GtkWidget *scrolled_window; - Tab *tab; - - 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