Commenting test code

This commit is contained in:
Michael Fisher 2012-08-14 02:45:13 -05:00 committed by Ichthyostega
parent 0315931eba
commit cf3a0b49ce

View file

@ -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.