From c331a9f175e11b99141b2392c03972bb41f18d15 Mon Sep 17 00:00:00 2001 From: scop Date: Sat, 28 May 2005 10:10:52 +0000 Subject: Clean up non-working dead code for VDR < 1.3.8. --- dxr3tools.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dxr3tools.h') diff --git a/dxr3tools.h b/dxr3tools.h index 7ebad56..04cf99e 100644 --- a/dxr3tools.h +++ b/dxr3tools.h @@ -89,11 +89,7 @@ namespace Tools //! write a string via vdr to OSD inline void WriteInfoToOsd(std::string x) { - #if VDRVERSNUM <= 10306 - Interface->Info(x.c_str()); - #else - Skins.Message(mtInfo, x.c_str()); - #endif + Skins.Message(mtInfo, x.c_str()); } } -- cgit v1.2.3