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/graphics.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/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h index d6e5f774c..237d16dc2 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -269,8 +269,6 @@ class Graphics : public gcn::SDLGraphics bool getRedraw() { return mRedraw; } - void drawMapLayer(MapLayer *layer); - int mWidth; int mHeight; |