aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/glk_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/glk_types.h')
-rw-r--r--engines/gargoyle/glk_types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/gargoyle/glk_types.h b/engines/gargoyle/glk_types.h
index a25a413221..81d05ac391 100644
--- a/engines/gargoyle/glk_types.h
+++ b/engines/gargoyle/glk_types.h
@@ -220,19 +220,6 @@ enum ImageAlign {
#endif /* GLK_MODULE_IMAGE */
-struct event_struct {
- glui32 type;
- Window *win;
- glui32 val1, val2;
-};
-typedef event_struct event_t;
-
-struct stream_result_struct {
- glui32 readcount;
- glui32 writecount;
-};
-typedef stream_result_struct stream_result_t;
-
#ifdef GLK_MODULE_DATETIME
struct glktimeval_struct {