Commenting test code
This commit is contained in:
parent
0315931eba
commit
cf3a0b49ce
1 changed files with 3 additions and 1 deletions
|
|
@ -68,7 +68,9 @@ public:
|
|||
*/
|
||||
MenuButton(cuString& label, bool mnemonic=false);
|
||||
|
||||
void dump_xml() { std::cout << uimanager->get_ui() << std::endl; }
|
||||
/* Testing Code */
|
||||
void dump_xml() { /* std::cout << uimanager->get_ui() << std::endl; */ }
|
||||
|
||||
/**
|
||||
* Gets the menu which will be displayed when the button is clicked
|
||||
* on.
|
||||
|
|
|
|||
Loading…
Reference in a new issue