diff options
Diffstat (limited to 'gdb/cli/cli-style.h')
-rw-r--r-- | gdb/cli/cli-style.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/cli/cli-style.h b/gdb/cli/cli-style.h index 04009aa..6422e52 100644 --- a/gdb/cli/cli-style.h +++ b/gdb/cli/cli-style.h @@ -46,9 +46,7 @@ public: void add_setshow_commands (enum command_class theclass, const char *prefix_doc, struct cmd_list_element **set_list, - void (*do_set) (const char *args, int from_tty), struct cmd_list_element **show_list, - void (*do_show) (const char *args, int from_tty), bool skip_intensity); /* Return the 'set style NAME' command list, that can be used |