mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user