summaryrefslogtreecommitdiff
path: root/channels/console_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/console_video.h')
-rw-r--r--channels/console_video.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/channels/console_video.h b/channels/console_video.h
index 312bfe2e0..330e179ba 100644
--- a/channels/console_video.h
+++ b/channels/console_video.h
@@ -45,17 +45,6 @@
#include <SDL/SDL_ttf.h> /* render text on sdl surfaces */
#endif
-/* our representation of a displayed window. SDL can only do one main
- * window so we map everything within that one
- */
-enum { WIN_LOCAL, WIN_REMOTE, WIN_KEYPAD, WIN_MAX };
-/* our representation of a displayed window. SDL can only do one main
- * window so we map everything within that one
- */
-struct display_window {
- SDL_Overlay *bmp;
- SDL_Rect rect; /* location of the window */
-};
#define CONSOLE_VIDEO_CMDS \