summaryrefslogtreecommitdiff
path: root/src/base_media_base.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-05-04 17:12:37 +0000
committerfrosch <frosch@openttd.org>2011-05-04 17:12:37 +0000
commitbbcd2bab5dabc8eb12c1349aac1c3dfa7a6a036d (patch)
tree5d948cd0e875f2e29ecabecb143749b8c6b40ed9 /src/base_media_base.h
parentc7a9c7dc927d60df77fe7824ed03f29bd1b29067 (diff)
downloadopenttd-bbcd2bab5dabc8eb12c1349aac1c3dfa7a6a036d.tar.xz
(svn r22419) -Change: Always use the DOS palette for drawing.
-Remove: the '-i' option for palette selection.
Diffstat (limited to 'src/base_media_base.h')
-rw-r--r--src/base_media_base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base_media_base.h b/src/base_media_base.h
index a8fae72f2..e0c02887d 100644
--- a/src/base_media_base.h
+++ b/src/base_media_base.h
@@ -207,10 +207,6 @@ struct GraphicsSet : BaseSet<GraphicsSet, MAX_GFT, DATA_DIR> {
/** All data/functions related with replacing the base graphics. */
class BaseGraphics : public BaseMedia<GraphicsSet> {
public:
- /**
- * Determine the palette of the current graphics set.
- */
- static void DeterminePalette();
};
/** All data of a sounds set. */