aboutsummaryrefslogtreecommitdiff
path: root/gui/themebrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/themebrowser.h')
-rw-r--r--gui/themebrowser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/themebrowser.h b/gui/themebrowser.h
index 509e9dc2eb..c33e239110 100644
--- a/gui/themebrowser.h
+++ b/gui/themebrowser.h
@@ -46,7 +46,6 @@ public:
private:
struct Entry {
Common::String name;
- Common::String type;
Common::String file;
};
@@ -57,7 +56,7 @@ private:
void updateListing();
- void addDir(ThList &list, const Common::FSNode &node, int level = 4);
+ void addDir(ThList &list, const Common::FSNode &node);
bool isTheme(const Common::FSNode &node, Entry &out);
};