diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/menus/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/menus/debug.c b/src/gui/menus/debug.c index 666a605..eb58835 100644 --- a/src/gui/menus/debug.c +++ b/src/gui/menus/debug.c @@ -93,10 +93,10 @@ GtkWidget *build_menu_debug(GObject *ref, GtkAccelGroup *accgroup) static void mcb_debug_start_stop(GtkMenuItem *menuitem, GObject *ref) { - GLoadedBinary *binary; /* Edition courante */ + //GLoadedBinary *binary; /* Edition courante */ GBinaryDebugger *debugger; /* Module prêt à emploi */ - binary = (GLoadedBinary *)g_object_get_data(ref, "current_binary"); + //binary = (GLoadedBinary *)g_object_get_data(ref, "current_binary"); debugger = NULL;//get_main_debugger_for_binary(get_current_openida_project(), binary); if (debugger == NULL) |