public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove unnecessary TUI declarations
@ 2020-06-18  2:07 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2020-06-18  2:07 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=612f258a491539f36c618030cc558e83e7d58b4e

commit 612f258a491539f36c618030cc558e83e7d58b4e
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Jun 16 17:45:36 2020 -0600

    Remove unnecessary TUI declarations
    
    I found some unnecessary declarations (and one unused macro) in the
    TUI.  This patch removes them.
    
    gdb/ChangeLog
    2020-06-17  Tom Tromey  <tom@tromey.com>
    
            * tui/tui-win.h (tui_scroll_forward, tui_scroll_backward)
            (tui_scroll_left, tui_scroll_right, struct tui_win_info): Don't
            declare.
            * tui/tui-data.h (MIN_CMD_WIN_HEIGHT): Remove.

Diff:
---
 gdb/ChangeLog      | 7 +++++++
 gdb/tui/tui-data.h | 1 -
 gdb/tui/tui-win.h  | 6 ------
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index faf7b10b2f7..da4be157cda 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2020-06-17  Tom Tromey  <tom@tromey.com>
+
+	* tui/tui-win.h (tui_scroll_forward, tui_scroll_backward)
+	(tui_scroll_left, tui_scroll_right, struct tui_win_info): Don't
+	declare.
+	* tui/tui-data.h (MIN_CMD_WIN_HEIGHT): Remove.
+
 2020-06-15  Simon Marchi  <simon.marchi@efficios.com>
 
 	* dwarf2/read.c (dwarf2_initialize_objfile): Check for presence
diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h
index abe77272291..1accf3683d4 100644
--- a/gdb/tui/tui-data.h
+++ b/gdb/tui/tui-data.h
@@ -132,7 +132,6 @@ public:
 #define DISASSEM_NAME           "asm"
 #define STATUS_NAME		"status"
 #define MIN_WIN_HEIGHT          3
-#define MIN_CMD_WIN_HEIGHT      3
 
 /* Strings to display in the TUI status line.  */
 #define SINGLE_KEY              "(SingleKey)"
diff --git a/gdb/tui/tui-win.h b/gdb/tui/tui-win.h
index e3791846307..65ad8bf3483 100644
--- a/gdb/tui/tui-win.h
+++ b/gdb/tui/tui-win.h
@@ -24,12 +24,6 @@
 
 #include "tui/tui-data.h"
 
-struct tui_win_info;
-
-extern void tui_scroll_forward (struct tui_win_info *, int);
-extern void tui_scroll_backward (struct tui_win_info *, int);
-extern void tui_scroll_left (struct tui_win_info *, int);
-extern void tui_scroll_right (struct tui_win_info *, int);
 extern void tui_set_win_focus_to (struct tui_win_info *);
 extern void tui_resize_all (void);
 extern void tui_refresh_all_win (void);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-18  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  2:07 [binutils-gdb] Remove unnecessary TUI declarations Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).