diff options
Diffstat (limited to 'common/error.cpp')
-rw-r--r-- | common/error.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/error.cpp b/common/error.cpp index b07e5ebd74..a6c52a0ce9 100644 --- a/common/error.cpp +++ b/common/error.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/error.h" @@ -70,9 +67,6 @@ static String errorToString(ErrorCode errorCode) { case kEnginePluginNotSupportSaves: return _s("Engine plugin does not support save states"); - case kArgumentNotProcessed: - return _s("Command line argument not processed"); - case kUnknownError: default: return _s("Unknown error"); |