summaryrefslogtreecommitdiff
path: root/dxr3osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd.h')
-rw-r--r--dxr3osd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3osd.h b/dxr3osd.h
index 22ca00d..588e90f 100644
--- a/dxr3osd.h
+++ b/dxr3osd.h
@@ -10,11 +10,7 @@ class cDxr3OsdProvider : public cOsdProvider
{
public:
cDxr3OsdProvider() {}
-#if APIVERSNUM < 10509
- virtual cOsd *CreateOsd(int Left, int Top);
-#else
virtual cOsd *CreateOsd(int Left, int Top, uint Level);
-#endif
};
#endif /*_DXR3_OSD_H_*/