summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/menu.h b/menu.h
index 30d9819..2b59cc2 100644
--- a/menu.h
+++ b/menu.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: menu.h 11 2005-10-28 01:00:01Z tom $
+ * $Id: menu.h 27 2006-04-25 00:08:15Z tom $
*/
#ifndef VDR_SUDOKU_MENU_H
@@ -16,13 +16,6 @@ namespace Sudoku { class Puzzle; class Pos; }
#include <vdr/osdbase.h>
#include <vdr/osd.h>
-// Compatibility to older vdr versions
-#if VDRVERSNUM < 10307
- #define cOsd_ cOsdBase
-#else
- #define cOsd_ cOsd
-#endif
-
namespace SudokuPlugin
{
@@ -36,7 +29,7 @@ namespace SudokuPlugin
Sudoku::Puzzle& puzzle;
Sudoku::Pos& curr;
int xPos, yPos;
- cOsd_* osd;
+ cOsd* osd;
Bitmap* info;
const char* infoText;
bool new_puzzle_request;