aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/streams.h')
-rw-r--r--engines/gargoyle/streams.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/gargoyle/streams.h b/engines/gargoyle/streams.h
index db21d58867..3a80366c0f 100644
--- a/engines/gargoyle/streams.h
+++ b/engines/gargoyle/streams.h
@@ -215,13 +215,6 @@ public:
Stream *getCurrent() const { return _currentStream; }
};
-
-
-/*
- * Get the length of a unicode string
- */
-size_t strlen_uni(const uint32 *s);
-
} // End of namespace Gargoyle
#endif