aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/stringfn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/stringfn.cpp')
-rw-r--r--engines/glk/hugo/stringfn.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/hugo/stringfn.cpp b/engines/glk/hugo/stringfn.cpp
index 0b194cf853..dff653bd75 100644
--- a/engines/glk/hugo/stringfn.cpp
+++ b/engines/glk/hugo/stringfn.cpp
@@ -25,9 +25,6 @@
namespace Glk {
namespace Hugo {
-
-/* LEFT */
-
char *StringFunctions::Left(char a[], int l) {
static char *temp;
int i;