gui/infoviewer.cpp: comment unused CInfoViewerHandler

This commit is contained in:
[CST] Focus
2012-06-13 15:25:55 +04:00
parent 854ad0002e
commit 343a2b9492
2 changed files with 4 additions and 2 deletions

View File

@@ -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