[vlc-devel] commit: remove unused variable ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Mar 31 17:52:34 CEST 2008
vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 31 17:52:32 2008 +0200| [5492e7c90d89a2a8775fd51c38a6db7ba717b4f0]
remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5492e7c90d89a2a8775fd51c38a6db7ba717b4f0
---
modules/gui/macosx/embeddedwindow.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/embeddedwindow.h b/modules/gui/macosx/embeddedwindow.h
index f1b5d2d..6a2b2af 100644
--- a/modules/gui/macosx/embeddedwindow.h
+++ b/modules/gui/macosx/embeddedwindow.h
@@ -2,7 +2,7 @@
* embeddedwindow.h: MacOS X interface module
*****************************************************************************
* Copyright (C) 2002-2005 the VideoLAN team
- * $Id$
+ * $Id: f1b5d2d8d6396dcb0d9b93fbb0e90315edb50a3d $
*
* Authors: Benjamin Pracht <bigben at videolan dot org>
*
@@ -48,7 +48,6 @@
NSView * o_temp_view;
/* set to yes if we are fullscreen and all animations are over */
BOOL b_fullscreen;
- BOOL b_animation_lock_alreadylocked;
NSRecursiveLock * o_animation_lock;
}
More information about the vlc-devel
mailing list