mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/infoviewer.cpp: comment unused CInfoViewerHandler
This commit is contained in:
@@ -1883,7 +1883,7 @@ void CInfoViewer::showEpgInfo() //message on event change
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
int CInfoViewerHandler::exec (CMenuTarget * parent, const std::string & /*actionkey*/)
|
int CInfoViewerHandler::exec (CMenuTarget * parent, const std::string & /*actionkey*/)
|
||||||
{
|
{
|
||||||
int res = menu_return::RETURN_EXIT_ALL;
|
int res = menu_return::RETURN_EXIT_ALL;
|
||||||
@@ -1903,3 +1903,4 @@ int CInfoViewerHandler::exec (CMenuTarget * parent, const std::string & /*action
|
|||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
@@ -171,7 +171,7 @@ class CInfoViewer
|
|||||||
void Init(void);
|
void Init(void);
|
||||||
bool SDT_freq_update;
|
bool SDT_freq_update;
|
||||||
};
|
};
|
||||||
|
#if 0
|
||||||
class CInfoViewerHandler : public CMenuTarget
|
class CInfoViewerHandler : public CMenuTarget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -180,3 +180,4 @@ class CInfoViewerHandler : public CMenuTarget
|
|||||||
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user