1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:28:54 +03:00

The conf file does not need to be saved on exit.

This commit is contained in:
Ayla 2011-09-04 02:37:10 +02:00
parent 93c58bfc47
commit 9768a74d07

View File

@ -409,12 +409,6 @@ GMenu2X::GMenu2X()
}
GMenu2X::~GMenu2X() {
writeConfig();
#ifdef PLATFORM_GP2X
if (fwType=="open2x") writeConfigOpen2x();
#endif
if (PowerSaver::isRunning())
delete PowerSaver::getInstance();
quit();