diff options
author | phintuka <phintuka> | 2006-08-07 18:20:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-07 18:20:43 +0000 |
commit | 206e7effeafaac112b95297325d6e9a00dddfb85 (patch) | |
tree | 9e49f793391ec25ca5359af076baf711e4c9f0da /menu.h | |
parent | 9948a2e152c58b45dd31f6f4aac2bbd53546f68e (diff) | |
download | xineliboutput-206e7effeafaac112b95297325d6e9a00dddfb85.tar.gz xineliboutput-206e7effeafaac112b95297325d6e9a00dddfb85.tar.bz2 |
Removed unused suspend code
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $ + * $Id: menu.h,v 1.2 2006-08-07 18:20:43 phintuka Exp $ * */ @@ -22,10 +22,6 @@ class cMenuXinelib : public cMenuSetupPage int headphone; int autocrop; -#ifdef ENABLE_SUSPEND - int suspend; - cOsdItem *decoder_ctrl_suspend; -#endif #ifdef HAVE_XV_FIELD_ORDER cOsdItem *video_ctrl_interlace_order; #endif |