* tuiSourceWin.h: Remove unused declarations.
[binutils-gdb.git] / gdb / tui / tuiDataWin.c
index d7ad6b48b47cb57d9c64073966d165a86aabb928..b67aeac66cd79d83c7464f528036750ad91c8de9 100644 (file)
@@ -22,6 +22,7 @@
 #include "defs.h"
 #include "tui.h"
 #include "tuiData.h"
+#include "tuiGeneralWin.h"
 #include "tuiRegs.h"
 
 
@@ -296,22 +297,6 @@ tuiCheckDataValues (struct frame_info *frame)
 }                              /* tuiCheckDataValues */
 
 
-/*
-   ** tui_vCheckDataValues().
-   **        Function to check the data values and hilite any that have
-   **        changed with args in a va_list
- */
-void
-tui_vCheckDataValues (va_list args)
-{
-  struct frame_info *frame = va_arg (args, struct frame_info *);
-
-  tuiCheckDataValues (frame);
-
-  return;
-}                              /* tui_vCheckDataValues */
-
-
 /*
    ** tuiVerticalDataScroll()
    **        Scroll the data window vertically forward or backward.