diff options
Diffstat (limited to 'src/panels')
-rw-r--r-- | src/panels/breaks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/panels/breaks.c b/src/panels/breaks.c index 4bdac36..18b5a17 100644 --- a/src/panels/breaks.c +++ b/src/panels/breaks.c @@ -321,6 +321,7 @@ static void add_bp_group_to_breaks_panel(GLoadedBinary *binary, GBreakGroup *gro static void refresh_breaks_panel_on_bp_added(GBreakGroup *group, GBreakPoint *point, GBreaksPanel *panel) { +#if 0 GExeFormat *format; /* Format associé au binaire */ GArchProcessor *proc; /* Architecture utilisée */ char address[VMPA_MAX_SIZE]; /* Conversion de l'adresse */ @@ -342,7 +343,7 @@ static void refresh_breaks_panel_on_bp_added(GBreakGroup *group, GBreakPoint *po /* Pour le reste... */ refresh_breaks_panel_on_bp_changed(group, point, panel); - +#endif } |