diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-18 00:18:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-18 00:18:05 +0300 |
commit | c0d0f64cc4d9df7dc0430cf33eff118fc951ee35 (patch) | |
tree | 8c2b1a98a250f07f19a96678c7d81ea189d7aa3b /src/map.h | |
parent | 13692130cf5545d183d336a7f560cb41488e2e63 (diff) | |
download | plus-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.h | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -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, |