diff options
Diffstat (limited to 'src/gui/minimap.cpp')
-rw-r--r-- | src/gui/minimap.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp index 0b156fc4..37505305 100644 --- a/src/gui/minimap.cpp +++ b/src/gui/minimap.cpp @@ -79,8 +79,6 @@ void Minimap::setMapImage(Image *img) mMapImage->getWidth() + offsetX : titleWidth); setMaxHeight(mMapImage->getHeight() + offsetY); - mMapImage->setAlpha(config.getValue("guialpha", 0.8)); - // Make sure the window is within the minimum and maximum boundaries // TODO: Shouldn't this be happening automatically within the Window // class? |