aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-scaler.h
diff options
context:
space:
mode:
authorMax Horn2009-11-18 15:22:15 +0000
committerMax Horn2009-11-18 15:22:15 +0000
commit8aa4083bc9b41b49c582b1d342392c7e5d92dca8 (patch)
tree45ff592f8eb644ac5e716b673bf0c02732710d4e /backends/platform/gp2xwiz/gp2xwiz-scaler.h
parent974b49ebfe6f71f45f38f70d12395bf1b3124888 (diff)
downloadscummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.tar.gz
scummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.tar.bz2
scummvm-rg350-8aa4083bc9b41b49c582b1d342392c7e5d92dca8.zip
Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscaler* code (untested as of now)
svn-id: r45975
Diffstat (limited to 'backends/platform/gp2xwiz/gp2xwiz-scaler.h')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-scaler.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-scaler.h b/backends/platform/gp2xwiz/gp2xwiz-scaler.h
deleted file mode 100644
index 5867693dfb..0000000000
--- a/backends/platform/gp2xwiz/gp2xwiz-scaler.h
+++ /dev/null
@@ -1,42 +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.
- *
- * $URL$
- * $Id$
- *
- */
-
-#ifndef GP2XWIZ_SCALER_H
-#define GP2XWIZ_SCALER_H
-
-#include "common/scummsys.h"
-#include "common/system.h"
-#include "graphics/scaler.h"
-#include "graphics/scaler/intern.h"
-
-// FIXME: For now keep hacks in this header to save polluting the SDL backend.
-enum {
- GFX_HALF = 12
-};
-
-// TODO/FIXME: Move this platform specific scaler into /graphics/scaler and properly merge with the WinCE PocketPCHalf that it is based on.
-DECLARE_SCALER(HalfScale);
-
-#endif