Remove redundant CStreamInfo2Handler

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


Origin commit data
------------------
Commit: c41baaaeab
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-25 (Fri, 25 Nov 2011)
This commit is contained in:
[CST] Focus
2011-11-25 10:03:56 +00:00
parent 9fd2136a57
commit a884f05136
3 changed files with 4 additions and 28 deletions

View File

@@ -109,13 +109,6 @@ CStreamInfo2::~CStreamInfo2 ()
ts_close();
}
void CStreamInfo2::exec()
{
paint(paint_mode);
doSignalStrengthLoop();
hide();
}
int CStreamInfo2::exec (CMenuTarget * parent, const std::string &)
{
@@ -940,17 +933,6 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
if(box_h2 == 0)
box_h2 = ypos - ypos1;
}
int CStreamInfo2Handler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
{
int res = menu_return::RETURN_EXIT_ALL;
if (parent){
parent->hide();
}
CStreamInfo2 *e = new CStreamInfo2;
e->exec();
delete e;
return res;
}
/*
* some definition