aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/glk.h')
-rw-r--r--engines/gargoyle/glk.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/gargoyle/glk.h b/engines/gargoyle/glk.h
index cf06474481..6bfffd6bc6 100644
--- a/engines/gargoyle/glk.h
+++ b/engines/gargoyle/glk.h
@@ -38,13 +38,6 @@ private:
bool _gliFirstEvent;
unsigned char _charTolowerTable[256];
unsigned char _charToupperTable[256];
-private:
- /**
- * Pick first window which might want input. This is called after every keystroke.
- */
- void gliInputGuessFocus();
-
- void gliSelect(event_t *event, bool polled);
public:
/**
* Constructor