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
------------------
Branch: ni/coolstream
Commit: 5d747db48e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-16 (Wed, 16 Nov 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-11-16 16:44:15 +00:00
parent d168d22f1d
commit c478c01cc8

View File

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