comment old code

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1853 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-11-16 16:44:15 +00:00
parent 6ef5a425dd
commit 5d747db48e

View File

@@ -3845,6 +3845,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
exit(1);
}
}
#if 0 // to remove
else if(strncmp(actionKey.c_str(), "fontsize.d", 10) == 0) {
for (int i = 0; i < 6; i++) {
if (actionKey == font_sizes_groups[i].actionkey)
@@ -3855,6 +3856,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
}
fontsizenotifier.changeNotify(NONEXISTANT_LOCALE, NULL);
}
#endif
else if(actionKey == "moviedir") {
parent->hide();