mirror of https://github.com/stella-emu/stella.git
minor code cleanup
This commit is contained in:
parent
39c168fb70
commit
c19dc0dd9f
|
@ -30,8 +30,6 @@ class AtariVoxWidget : public FlashWidget
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void eraseCurrent();
|
void eraseCurrent();
|
||||||
void eraseAll();
|
|
||||||
bool isUseDetected();
|
|
||||||
bool isPageUsed(int page);
|
bool isPageUsed(int page);
|
||||||
|
|
||||||
// Following constructors and assignment operators not supported
|
// Following constructors and assignment operators not supported
|
||||||
|
|
|
@ -30,8 +30,6 @@ class SaveKeyWidget : public FlashWidget
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void eraseCurrent();
|
void eraseCurrent();
|
||||||
void eraseAll();
|
|
||||||
bool isUseDetected();
|
|
||||||
bool isPageUsed(int page);
|
bool isPageUsed(int page);
|
||||||
|
|
||||||
// Following constructors and assignment operators not supported
|
// Following constructors and assignment operators not supported
|
||||||
|
|
Loading…
Reference in New Issue