]> git.sesse.net Git - vlc/commitdiff
Removed unused b_suspend_display (msw).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Oct 2009 19:53:47 +0000 (21:53 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 1 Oct 2009 20:02:52 +0000 (22:02 +0200)
modules/video_output/msw/vout.h

index 9dc348785e0ae3b850ea4da4141bfc5058ec08ba..fb0689bbdc7b955f5108b42b1b95df411500dfa8 100644 (file)
@@ -206,11 +206,6 @@ struct vout_sys_t
     int (*GXResume)();
 #endif
 
-#ifndef UNDER_CE
-    /* suspend display */
-    bool   b_suspend_display;
-#endif
-
     event_thread_t *p_event;
     vlc_mutex_t    lock;
 };