mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 23:20:37 +02:00
The conf file does not need to be saved on exit.
This commit is contained in:
parent
93c58bfc47
commit
9768a74d07
@ -409,12 +409,6 @@ GMenu2X::GMenu2X()
|
|||||||
}
|
}
|
||||||
|
|
||||||
GMenu2X::~GMenu2X() {
|
GMenu2X::~GMenu2X() {
|
||||||
writeConfig();
|
|
||||||
|
|
||||||
#ifdef PLATFORM_GP2X
|
|
||||||
if (fwType=="open2x") writeConfigOpen2x();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (PowerSaver::isRunning())
|
if (PowerSaver::isRunning())
|
||||||
delete PowerSaver::getInstance();
|
delete PowerSaver::getInstance();
|
||||||
quit();
|
quit();
|
||||||
|
Loading…
Reference in New Issue
Block a user