diff options
author | richiesams | 2013-07-19 11:08:37 -0500 |
---|---|---|
committer | richiesams | 2013-08-04 13:32:32 -0500 |
commit | 2bfefd969128b0a33afc8beccf52a4e9f6e4840f (patch) | |
tree | 3ff99b9aa175ee2e6c7aaa3896cd30e8e90c871a /engines | |
parent | 4bd95987d2119027fa175e08f22d0171f53358c0 (diff) | |
download | scummvm-rg350-2bfefd969128b0a33afc8beccf52a4e9f6e4840f.tar.gz scummvm-rg350-2bfefd969128b0a33afc8beccf52a4e9f6e4840f.tar.bz2 scummvm-rg350-2bfefd969128b0a33afc8beccf52a4e9f6e4840f.zip |
ZVISION: Remove extraneous file
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/graphics.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/engines/zvision/graphics.cpp b/engines/zvision/graphics.cpp deleted file mode 100644 index 610960dd72..0000000000 --- a/engines/zvision/graphics.cpp +++ /dev/null @@ -1,29 +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. - * - */ - -#include "common/scummsys.h" - -#include "zvision/zvision.h" - -namespace ZVision { - -} // End of namespace ZVision |