From 0eddf44c73dc3a0e9fe20106e91b648197898b3b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 13 Apr 2009 23:41:48 +0200 Subject: Some cleanup of the SkinLoader Mainly stopped it from parsing the skin XML files over and over again, but also fixed Skin leaking sticky button images and made some optimizations. The Skin class still has an 'instances' member which could be used for cleanup in theory, but is unused at the moment. --- src/configlistener.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configlistener.h') diff --git a/src/configlistener.h b/src/configlistener.h index ec7d6a2c..0fbdfea9 100644 --- a/src/configlistener.h +++ b/src/configlistener.h @@ -36,7 +36,7 @@ class ConfigListener /** * Destructor. */ - virtual ~ConfigListener() {}; + virtual ~ConfigListener() {} /** * Called when an option changed. The config listener will have to be -- cgit v1.2.3-70-g09d2