[vlc-devel] commit: Removed unused b_suspend_display (msw). (Laurent Aimar )
git version control
git at videolan.org
Thu Oct 1 22:03:30 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Oct 1 21:53:47 2009 +0200| [004b3ab6330a87d7cc28b224ede65957c30a0fa4] | committer: Laurent Aimar
Removed unused b_suspend_display (msw).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=004b3ab6330a87d7cc28b224ede65957c30a0fa4
---
modules/video_output/msw/vout.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/video_output/msw/vout.h b/modules/video_output/msw/vout.h
index 9dc3487..fb0689b 100644
--- a/modules/video_output/msw/vout.h
+++ b/modules/video_output/msw/vout.h
@@ -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;
};
More information about the vlc-devel
mailing list