Don't declare tui_copy_win or tui_box_win
authorTom Tromey <tom@tromey.com>
Sat, 6 Jul 2019 14:31:57 +0000 (08:31 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 30 Jul 2019 22:19:59 +0000 (16:19 -0600)
tui_copy_win and tui_box_win are not implemented, so don't declare
them.

gdb/ChangeLog
2019-07-16  Tom Tromey  <tom@tromey.com>

* tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
declare.

gdb/ChangeLog
gdb/tui/tui-wingeneral.h

index 44ab7226fada7c5335d581cfe005988b5bd23243..d136ee6aef56f5cbed38c72a6516787ccdf1738c 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-16  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
+       declare.
+
 2019-07-30  Tom Tromey  <tromey@adacore.com>
 
        * block.c (contained_in): Remove BLOCK_FUNCTION check.
index 5e6198d43660a958a0720394f538498316816ee8..d0a8ef9941784b0c705671b7e7835ca970da66c6 100644 (file)
@@ -31,8 +31,6 @@ extern void tui_unhighlight_win (struct tui_win_info *);
 extern void tui_make_all_visible (void);
 extern void tui_make_all_invisible (void);
 extern void tui_make_window (struct tui_gen_win_info *, enum tui_box);
-extern struct tui_win_info *tui_copy_win (struct tui_win_info *);
-extern void tui_box_win (struct tui_gen_win_info *, int);
 extern void tui_highlight_win (struct tui_win_info *);
 extern void tui_check_and_display_highlight_if_needed (struct tui_win_info *);
 extern void tui_refresh_all ();
This page took 0.029155 seconds and 4 git commands to generate.