summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 84abc8b..4342d3d 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -9,15 +9,8 @@ namespace xmlpp { class Element; }
class XmlMenu
{
- private:
- bool _xmlLoadError;
- int MenuCount;
- MenuNode _rootMenuNode;
-
public:
- MenuNode* GetMenuTree();
- void LoadXmlMenu();
- bool getErrorStatus();
+ MenuNode* LoadXmlMenu();
private:
void ParseElement(const xmlpp::Element* a_node, MenuNode* menuNode);