summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/display.h b/display.h
index 23c8d89..8326962 100644
--- a/display.h
+++ b/display.h
@@ -208,7 +208,6 @@ inline void cText2SkinDisplayMenu::Flush(void)
cText2SkinRender::Flush();
}
-#if VDRVERSNUM >= 10318
class cText2SkinDisplayTracks: public cSkinDisplayTracks, public cText2SkinRender {
private:
int mMaxItems;
@@ -246,6 +245,5 @@ inline bool cText2SkinDisplayTracks::HasTabText(int Index, int n)
return mItems[Index].length() > 0;
return false;
}
-#endif
#endif // VDR_TEXT2SKIN_SKIN_H