From 4b0f15a3767a2309c433aa77bdeea04c56824322 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 27 Apr 2013 21:43:53 +0200 Subject: Small cleanup --- src/resources/theme.cpp | 2 +- src/utils/xml.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/resources/theme.cpp b/src/resources/theme.cpp index e95a1fa9..96927ac8 100644 --- a/src/resources/theme.cpp +++ b/src/resources/theme.cpp @@ -536,7 +536,7 @@ void Theme::loadColors(std::string file) if (file == "") file = defaultThemePath; - file += "/" COLORS_XML_FILE; + file += "/colors.xml"; XML::Document doc(file); xmlNodePtr root = doc.rootNode(); diff --git a/src/utils/xml.h b/src/utils/xml.h index 1e007cfd..60355aa6 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -26,10 +26,6 @@ #include -// Define commonly used xml file -#define HAIR_XML_FILE "hair.xml" -#define COLORS_XML_FILE "colors.xml" - /** * XML helper functions. */ -- cgit v1.2.3-70-g09d2