diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-26 14:48:19 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-26 14:48:19 +0200 |
commit | 0a62226b1cc9c1b01ddab4feb9095ed7a5ba3e48 (patch) | |
tree | 7e0611c09922dee95259c23ac02df14530be45a3 /src/graphics.h | |
parent | 8403dcf857c9cc639e8162edd5d4df4af07274bc (diff) | |
download | plus-0a62226b1cc9c1b01ddab4feb9095ed7a5ba3e48.tar.gz plus-0a62226b1cc9c1b01ddab4feb9095ed7a5ba3e48.tar.bz2 plus-0a62226b1cc9c1b01ddab4feb9095ed7a5ba3e48.tar.xz plus-0a62226b1cc9c1b01ddab4feb9095ed7a5ba3e48.zip |
Remove debug code and add checks in graphics classes.
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 23ce0bb91..817249c60 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -164,8 +164,6 @@ class Graphics : public gcn::SDLGraphics int x, int y, int w, int h); - void drawImagePatternDebug(GraphicsVertexes* vert, Image *image, int x, int y, int w, int h); - /** * Draw a pattern based on a rescaled version of the given image... */ |