aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-25 19:18:09 +0000
committerEugene Sandulenko2006-03-25 19:18:09 +0000
commitf25d49f826b7ddfd9ce96beca6f0b0a0a6d82a00 (patch)
tree08c8f04fdf2d9967f6d56da3e3c8a80b539975e7 /gui/ThemeNew.cpp
parentef6baca2ac40bc4652bba9a791db96ca07b2a6a9 (diff)
downloadscummvm-rg350-f25d49f826b7ddfd9ce96beca6f0b0a0a6d82a00.tar.gz
scummvm-rg350-f25d49f826b7ddfd9ce96beca6f0b0a0a6d82a00.tar.bz2
scummvm-rg350-f25d49f826b7ddfd9ce96beca6f0b0a0a6d82a00.zip
- Move AddDefaultDirectory() calls in somon engine to constructor
- Move AddDefaultDirectory() from NewTheme.cpp to main.cpp svn-id: r21451
Diffstat (limited to 'gui/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index dc0bfc0e05..bb822d7e6f 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -131,12 +131,6 @@ _lastUsedBitMask(0), _forceRedraw(false), _font(0), _imageHandles(0), _images(0)
}
}
- if (ConfMan.hasKey("extrapath")) {
- Common::File::addDefaultDirectory(ConfMan.get("extrapath"));
- }
- if (ConfMan.hasKey("themepath")) {
- Common::File::addDefaultDirectory(ConfMan.get("themepath"));
- }
ImageMan.addArchive(stylefile + ".zip");
if (!_configFile.loadFromFile(stylefile + ".ini")) {