diff options
author | phintuka <phintuka> | 2012-03-19 11:21:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-19 11:21:33 +0000 |
commit | eb5074c5b58ca3dd278f9ab43e7259df39506ac5 (patch) | |
tree | ec5e1422c6caf909124fca8be5ae3ab502d25080 | |
parent | 37175a927ad81f12e07d8edd2f0f8ff74151b77f (diff) | |
download | xineliboutput-eb5074c5b58ca3dd278f9ab43e7259df39506ac5.tar.gz xineliboutput-eb5074c5b58ca3dd278f9ab43e7259df39506ac5.tar.bz2 |
Removed deprecated code
-rw-r--r-- | menu.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -4,15 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.9 2012-03-18 19:17:07 phintuka Exp $ + * $Id: menu.h,v 1.10 2012-03-19 11:21:33 phintuka Exp $ * */ #ifndef __XINELIB_MENU_H #define __XINELIB_MENU_H -#include "features.h" - #include <vdr/menuitems.h> class cXinelibDevice; @@ -33,9 +31,6 @@ class cMenuXinelib : public cMenuSetupPage static eKeys g_LastHotkey; virtual eOSState ProcessHotkey(eKeys Key); -#ifdef HAVE_XV_FIELD_ORDER - cOsdItem *video_ctrl_interlace_order; -#endif cOsdItem *audio_ctrl_compress; cOsdItem *ctrl_autocrop; |