summaryrefslogtreecommitdiff
path: root/game.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 /game.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 'game.h')
-rw-r--r--game.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/game.h b/game.h
index 86f516a..3099478 100644
--- a/game.h
+++ b/game.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: game.h 5 2005-05-15 18:40:40Z tom $
+ * $Id: game.h 22 2006-04-24 23:26:30Z tom $
*/
#ifndef VDR_SPIDER_GAME_H
@@ -19,13 +19,6 @@ class Bitmap;
#include <vdr/osdbase.h>
#include <vdr/osd.h>
-// Compatibility to older vdr versions
-#if VDRVERSNUM < 10307
- #define cOsd_ cOsdBase
-#else
- #define cOsd_ cOsd
-#endif
-
/** --- class SpiderGame --------------------------------------------------- **/
@@ -37,7 +30,7 @@ private:
int width, height;
int xPos, yPos;
int xDist, yDist;
- cOsd_* osd;
+ cOsd* osd;
Bitmap* info;
const char* infoText;
Deck* deck;