X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fmodule.c;h=dd99d1302348a0237ef803ac4cb5d1fd361885e1;hb=1c736ed5fd25e728fa1df0899be03c4853c556d8;hp=d2099fc47ca3108f961a46d93f0b47df72b26f3f;hpb=e025a729300a06b0de77a8c63d7256fed2658ccb;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c index d2099fc4..dd99d130 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c @@ -47,15 +47,10 @@ #include "hGuiControlFlowInsert.xpm" -static LttvModule *Main_Win_Module; - - /** Array containing instanced objects. Used when module is unloaded */ GSList *g_control_flow_data_list = NULL ; - - /***************************************************************************** * Functions for module loading/unloading * *****************************************************************************/ @@ -94,7 +89,6 @@ void destroy_walk(gpointer data, gpointer user_data) */ static void destroy() { g_info("GUI Control Flow Viewer destroy()"); - int i; g_slist_foreach(g_control_flow_data_list, destroy_walk, NULL );