summaryrefslogtreecommitdiff
path: root/dxr3tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3tools.h')
-rw-r--r--dxr3tools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3tools.h b/dxr3tools.h
index 0a236b5..c88d94f 100644
--- a/dxr3tools.h
+++ b/dxr3tools.h
@@ -94,11 +94,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
}
}