summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2006-04-25 01:26:30 +0200
committerThomas Günther <tom@toms-cafe.de>2006-04-25 01:26:30 +0200
commit9a7e5e080aa9920ce62d9d16cb009bcb491746ac (patch)
treec04367faa793b8b23bc4a55b1522732e64dbb45c /bitmap.h
parent1becd81a2986fd9b594a01a80941261ccb1e44b0 (diff)
downloadvdr-plugin-spider-9a7e5e080aa9920ce62d9d16cb009bcb491746ac.tar.gz
vdr-plugin-spider-9a7e5e080aa9920ce62d9d16cb009bcb491746ac.tar.bz2
Removed compatibility to VDR < 1.3.47
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/bitmap.h b/bitmap.h
index fd98732..387baaa 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: bitmap.h 5 2005-05-15 18:40:40Z tom $
+ * $Id: bitmap.h 22 2006-04-24 23:26:30Z tom $
*/
#ifndef VDR_SPIDER_BITMAP_H
@@ -14,11 +14,6 @@
#include <vdr/osdbase.h>
#include <vdr/osd.h>
-// Compatibility to older vdr versions
-#if VDRVERSNUM < 10307
- #define tColor eDvbColor
-#endif
-
/** --- class Bitmap ------------------------------------------------------- **/
@@ -47,11 +42,6 @@ public:
/** Load a bitmap from an xpm file - taken from ElchiAIO4d patch */
bool loadXpm(const char* FileName, tColor NoneColor = clrTransparent);
-
-#if VDRVERSNUM < 10307
- /** Wrap the text to fit into the bitmap - taken from font.c in VDR 1.3.7 */
- char *textWrapper(const char *Text, int *p_lines);
-#endif
};
#endif // VDR_SPIDER_BITMAP_H