From aa82c6fa7bd5dad43e1f5506714ffc2b6329aac9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Feb 2009 00:10:51 +0000 Subject: Changed the list of language dependant strings from being hard-coded to dynamically being loaded from the 'delphine.lng' file svn-id: r36317 --- engines/cruise/staticres.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/cruise/staticres.h') diff --git a/engines/cruise/staticres.h b/engines/cruise/staticres.h index d11a57e161..6b358464d5 100644 --- a/engines/cruise/staticres.h +++ b/engines/cruise/staticres.h @@ -28,12 +28,6 @@ namespace Cruise { -enum MenuConstants { - SL_MENU, SL_SAVE, SL_LOAD, SL_RESTART, SL_QUIT, SL_INVENTORY -}; - -const char **getStringList(); - } // End of namespace Cruise #endif -- cgit v1.2.3