X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.c;h=ce77e4d5ecf936245cccc31e24e68d90735ce777;hb=96947fcfd1323ffb5e9f2ac484adb4432b69e90c;hp=ece85cd36ab5ff2238afefcfcf96da6179251300;hpb=90ef7e4a2c6a41ec36bd2530b187cc1ef2cf0025;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index ece85cd3..ce77e4d5 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -24,7 +24,6 @@ #include "drawing.h" #include "processlist.h" #include "eventhooks.h" -#include "cfv-private.h" #include extern GSList *g_control_flow_data_list; @@ -211,15 +210,4 @@ guicontrolflow_destructor(ControlFlowData *control_flow_data) } -GtkWidget *guicontrolflow_get_widget(ControlFlowData *control_flow_data) -{ - return control_flow_data->top_widget ; -} - -__inline ProcessList *guicontrolflow_get_process_list - (ControlFlowData *control_flow_data) -{ - return control_flow_data->process_list ; -} -