comment old code

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1853 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 5d747db48e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-16 (Wed, 16 Nov 2011)
This commit is contained in:
[CST] Focus
2011-11-16 16:44:15 +00:00
parent b423db670c
commit 6f4077c914

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();