aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2011-08-19 15:56:03 +0200
committerAlyssa Milburn2011-08-19 15:56:03 +0200
commit65cd0689c7f23dde33b7c8c5328b5dd3b21c7171 (patch)
tree8c6f11c9b22a7618fbac64d300165cff0ea18a57
parent4e4062806b1b1d80e98f7935e911249a458eadc8 (diff)
downloadscummvm-rg350-65cd0689c7f23dde33b7c8c5328b5dd3b21c7171.tar.gz
scummvm-rg350-65cd0689c7f23dde33b7c8c5328b5dd3b21c7171.tar.bz2
scummvm-rg350-65cd0689c7f23dde33b7c8c5328b5dd3b21c7171.zip
CGE: Remove (empty) ems.cpp.
-rw-r--r--engines/cge/ems.cpp31
1 files changed, 0 insertions, 31 deletions
diff --git a/engines/cge/ems.cpp b/engines/cge/ems.cpp
deleted file mode 100644
index f545822a6b..0000000000
--- a/engines/cge/ems.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
-
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- */
-
-/*
- * This code is based on original Soltys source code
- * Copyright (c) 1994-1995 Janus B. Wisniewski and L.K. Avalon
- */
-
-#include "cge/general.h"
-
-namespace CGE {
-} // End of namespace CGE