From c0ec715e18a9ea1e74e135c9cbfe8a836c167607 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 13 Jun 2012 15:25:55 +0400 Subject: [PATCH] gui/infoviewer.cpp: comment unused CInfoViewerHandler Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/343a2b94927e6a95f983007033c195c350fdf812 Author: [CST] Focus Date: 2012-06-13 (Wed, 13 Jun 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 3 ++- src/gui/infoviewer.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 28586a3e4..fdecf0735 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1883,7 +1883,7 @@ void CInfoViewer::showEpgInfo() //message on event change } } - +#if 0 int CInfoViewerHandler::exec (CMenuTarget * parent, const std::string & /*actionkey*/) { int res = menu_return::RETURN_EXIT_ALL; @@ -1903,3 +1903,4 @@ int CInfoViewerHandler::exec (CMenuTarget * parent, const std::string & /*action return res; } +#endif diff --git a/src/gui/infoviewer.h b/src/gui/infoviewer.h index cc1bec95a..acecd909a 100644 --- a/src/gui/infoviewer.h +++ b/src/gui/infoviewer.h @@ -171,7 +171,7 @@ class CInfoViewer void Init(void); bool SDT_freq_update; }; - +#if 0 class CInfoViewerHandler : public CMenuTarget { public: @@ -180,3 +180,4 @@ class CInfoViewerHandler : public CMenuTarget }; #endif +#endif