diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 15:14:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 15:14:57 +0300 |
commit | 17919a843d9b20595651b712e664a6d796b59898 (patch) | |
tree | 9ca30c809df6826befb1c795684c108dd411ff69 /src/defaults.cpp | |
parent | 9c83e992d7f7b0a53e102df6265066fc25141dfa (diff) | |
download | plus-17919a843d9b20595651b712e664a6d796b59898.tar.gz plus-17919a843d9b20595651b712e664a6d796b59898.tar.bz2 plus-17919a843d9b20595651b712e664a6d796b59898.tar.xz plus-17919a843d9b20595651b712e664a6d796b59898.zip |
delete legacy config file loading (colors.xml).
For now always loaded only hair.xml.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index 5e55ff98b..89ecae779 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -484,7 +484,6 @@ DefaultsData* getPathsDefaults() AddDEF("equipmentWindowFile", "equipmentwindow.xml"); AddDEF("emotesFile", "emotes.xml"); AddDEF("hairColorFile", "hair.xml"); - AddDEF("hairColorFile2", "colors.xml"); AddDEF("itemColorsFile", "itemcolors.xml"); AddDEF("charCreationFile", "charcreation.xml"); AddDEF("soundsFile", "sounds.xml"); |