summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-18 00:18:05 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-18 00:18:05 +0300
commitc0d0f64cc4d9df7dc0430cf33eff118fc951ee35 (patch)
tree8c2b1a98a250f07f19a96678c7d81ea189d7aa3b /src/map.h
parent13692130cf5545d183d336a7f560cb41488e2e63 (diff)
downloadplus-c0d0f64cc4d9df7dc0430cf33eff118fc951ee35.tar.gz
plus-c0d0f64cc4d9df7dc0430cf33eff118fc951ee35.tar.bz2
plus-c0d0f64cc4d9df7dc0430cf33eff118fc951ee35.tar.xz
plus-c0d0f64cc4d9df7dc0430cf33eff118fc951ee35.zip
Remove unused parameters.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/map.h b/src/map.h
index 763e0cf2b..7ddd5db85 100644
--- a/src/map.h
+++ b/src/map.h
@@ -179,17 +179,9 @@ class MapLayer: public ConfigListener
int scrollX, int scrollY,
int mDebugFlags) const;
- void drawOGL(Graphics *graphics,
- int startX, int startY,
- int endX, int endY,
- int scrollX, int scrollY,
- int mDebugFlags);
-
- void drawSDL(Graphics *graphics,
- int startX, int startY,
- int endX, int endY,
- int scrollX, int scrollY,
- int mDebugFlags);
+ void drawOGL(Graphics *graphics);
+
+ void drawSDL(Graphics *graphics);
void updateOGL(Graphics *graphics,
int startX, int startY,