mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Cleaned up some unnecessary comments
svn-id: r32721
This commit is contained in:
parent
37a7a572cf
commit
8cb11a808a
@ -70,7 +70,6 @@ public:
|
||||
virtual int init();
|
||||
virtual int go();
|
||||
virtual void pauseEngineIntern(bool pause);
|
||||
//void quitGame(); This is not being used
|
||||
|
||||
Disk &disk() { return *_disk; }
|
||||
|
||||
|
@ -112,11 +112,7 @@ struct InterfacePanel {
|
||||
buttonsCount = 0;
|
||||
buttons = NULL;
|
||||
}
|
||||
/*
|
||||
~InterfacePanel() {
|
||||
sprites.freeMem();
|
||||
}
|
||||
*/
|
||||
|
||||
PanelButton *getButton(int index) {
|
||||
if ((index >= 0) && (index < buttonsCount)) {
|
||||
return &buttons[index];
|
||||
|
Loading…
Reference in New Issue
Block a user