summaryrefslogtreecommitdiff
path: root/src/client/interface.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-03-26 15:04:00 +0100
committerDusan Durech <dusan@debian.debian>2009-03-26 15:04:00 +0100
commite5e0724740215565404dba837f8c3072f9fe7413 (patch)
tree39d80e50e12a9fffe47834cd375212017b22025b /src/client/interface.c
parentdf1f2b7cccb241db5500453aa65d11896f54ce6d (diff)
fix warnings...
Diffstat (limited to 'src/client/interface.c')
-rw-r--r--src/client/interface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/interface.c b/src/client/interface.c
index 57a9bee..fba9521 100644
--- a/src/client/interface.c
+++ b/src/client/interface.c
@@ -28,8 +28,7 @@ static Uint32 g_win_flags = SDL_OPENGL;
static bool_t isInterfaceInit = FALSE;
// flag, kterym se ridi zarazovani klaves do bufferu
-bool_t keyboardBufferEnabled = FALSE;
-bool_t isSlowHack;
+static bool_t keyboardBufferEnabled = FALSE;
bool_t isInterfaceInicialized()
{