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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gargoyle/glk_types.h b/engines/gargoyle/glk_types.h
index 81d05ac391..a521548047 100644
--- a/engines/gargoyle/glk_types.h
+++ b/engines/gargoyle/glk_types.h
@@ -46,11 +46,6 @@ class Window;
#define GLK_MODULE_DATETIME
#define GLK_MODULE_GARGLKTEXT
-/**
- * These types are opaque object identifiers. They're pointers to opaque
- * C structures, which are defined differently by each library.
- */
-typedef struct glk_fileref_struct *frefid_t;
typedef struct glk_schannel_struct *schanid_t;
/**