summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-29 14:30:51 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-29 14:30:51 +0100
commitaf0dc52db16a0e1a0d11fcba45e21dfbbedfce5c (patch)
tree09ea59c7984803154df5728ed829ecbbc6dade3b /src/gui/gui.cpp
parent59ee2d9dc81b2ed89f073b1541fc8d8c4f1f28f8 (diff)
downloadMana-af0dc52db16a0e1a0d11fcba45e21dfbbedfce5c.tar.gz
Mana-af0dc52db16a0e1a0d11fcba45e21dfbbedfce5c.tar.bz2
Mana-af0dc52db16a0e1a0d11fcba45e21dfbbedfce5c.tar.xz
Mana-af0dc52db16a0e1a0d11fcba45e21dfbbedfce5c.zip
Removed remnants of alpha cache in ResourceManager
Continuation of 2c51c98625b225cecfb9628c30d62d4e30f7e3e1, which had already removed most of the alpha cache in Image.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index e0487d95..fd8f38ea 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -176,9 +176,6 @@ Gui::~Gui()
void Gui::logic()
{
- ResourceManager *resman = ResourceManager::getInstance();
- resman->clearScheduled();
-
// Fade out mouse cursor after extended inactivity
if (mMouseInactivityTimer < 100 * 15)
{