menu.h
branchtrunk
changeset 22 93aaf15c145a
parent 0 474a1293c3c0
     1.1 --- a/menu.h	Tue Feb 03 12:28:53 2009 +0800
     1.2 +++ b/menu.h	Tue Feb 03 20:33:04 2009 +0800
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -23,11 +23,7 @@
    1.13  #define ___MENU_H
    1.14  
    1.15  #include "common.h"
    1.16 -#if APIVERSNUM >= 10307
    1.17  #include <vdr/osdbase.h>
    1.18 -#else
    1.19 -#include <vdr/osd.h>
    1.20 -#endif
    1.21  
    1.22  // ----------------------------------------------------------------
    1.23