Index: gdb/tui/tui-data.c |
diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c |
index e7e074989802a696978ecac6be0c5be8ad6145ea..1f74b3fb43d3532e4e8f71d2530471c16b0a89d4 100644 |
--- a/gdb/tui/tui-data.c |
+++ b/gdb/tui/tui-data.c |
@@ -311,16 +311,6 @@ tui_set_current_layout_to (enum tui_layout_type new_layout) |
} |
-/* Set the origin of the window. */ |
-void |
-set_gen_win_origin (struct tui_gen_win_info *win_info, |
- int x, int y) |
-{ |
- win_info->origin.x = x; |
- win_info->origin.y = y; |
-} |
- |
- |
/***************************** |
** OTHER PUBLIC FUNCTIONS |
*****************************/ |