diff options
Diffstat (limited to 'gdb/tui/tui-command.h')
-rw-r--r-- | gdb/tui/tui-command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tui/tui-command.h b/gdb/tui/tui-command.h index 06cc24f..6c35436 100644 --- a/gdb/tui/tui-command.h +++ b/gdb/tui/tui-command.h @@ -31,8 +31,6 @@ struct tui_cmd_window : public tui_win_info DISABLE_COPY_AND_ASSIGN (tui_cmd_window); - int max_height () const override; - void refresh_window () override { } |