summaryrefslogtreecommitdiff
path: root/dxr3tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3tools.h')
-rw-r--r--dxr3tools.h6
1 files changed, 1 insertions, 5 deletions
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());
}
}