diff options
Diffstat (limited to 'src/gui/minimap.h')
-rw-r--r-- | src/gui/minimap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/minimap.h b/src/gui/minimap.h index 9e3792b9..ddf821f0 100644 --- a/src/gui/minimap.h +++ b/src/gui/minimap.h @@ -43,10 +43,6 @@ class Minimap : public Window { * Draws the minimap. */ void draw(gcn::Graphics *graphics); - - private: - /** The Alpha-Blended Surface for the background transluency effect. */ - SDL_Surface *mapBackground; }; #endif |