aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/stringfn.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-17 14:46:53 -0800
committerPaul Gilbert2019-11-17 14:46:53 -0800
commit397c9a07555aa0ae044c131a115bd12ab7b78a87 (patch)
treefaea5d50460f32aee8a67aca207d671773fa7cea /engines/glk/hugo/stringfn.cpp
parent42191ddbd1b161b4a02edc65ee6b72ddb8d73a61 (diff)
downloadscummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.tar.gz
scummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.tar.bz2
scummvm-rg350-397c9a07555aa0ae044c131a115bd12ab7b78a87.zip
GLK: HUGO: Cleanup
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;