mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Remove some printouts
This commit is contained in:
parent
db774b9856
commit
3d1bc2a042
@ -67,13 +67,11 @@ public:
|
||||
|
||||
virtual void hoverCallback(int which)
|
||||
{
|
||||
printf("entry %d hover over: %s\n", which, this->pp_msgs[which]);
|
||||
this->help->updateHelpMessage(which);
|
||||
}
|
||||
|
||||
virtual void escapeCallback(int which)
|
||||
{
|
||||
printf("entry %d escaped: %s\n", which, this->pp_msgs[which]);
|
||||
this->parent->parent->exitMenu();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user