summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/compat.h b/compat.h
deleted file mode 100644
index 4041ed4..0000000
--- a/compat.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _GRAPHLCD_COMPAT_H_
-#define _GRAPHLCD_COMPAT_H_
-
-
-#if VDRVERSNUM < 10318
-#define TimeMs time_ms
-#else
-#define TimeMs cTimeMs::Now
-#endif
-
-#if VDRVERSNUM >= 10318
-#define Apid1() Apid(0)
-#define Apid2() Apid(1)
-#define Dpid1() Dpid(0)
-#define Dpid2() Dpid(1)
-#endif
-
-#endif