[Libreoffice-commits] core.git: avmedia/source

Stephan Bergmann sbergman at redhat.com
Mon Oct 20 07:04:16 PDT 2014


 avmedia/source/quicktime/player.hxx |    3 ---
 avmedia/source/quicktime/player.mm  |    3 +--
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 70ae4721b9324ebc83fcd7f49f67db60982c9345
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 20 16:03:43 2014 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I2e7c2206872dfe22c77555f3a14ea2a10c2453c2

diff --git a/avmedia/source/quicktime/player.hxx b/avmedia/source/quicktime/player.hxx
index df31ecf..73cf13d 100644
--- a/avmedia/source/quicktime/player.hxx
+++ b/avmedia/source/quicktime/player.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_AVMEDIA_SOURCE_QUICKTIME_PLAYER_HXX
 #define INCLUDED_AVMEDIA_SOURCE_QUICKTIME_PLAYER_HXX
 
-#include <osl/conditn.h>
 #include "quicktimecommon.hxx"
 
 #include "com/sun/star/media/XPlayer.hpp"
@@ -78,8 +77,6 @@ private:
 
     bool                mbMuted;
     bool                mbInitialized;
-
-    oslCondition            maSizeCondition;
 };
 
 } // namespace quicktime
diff --git a/avmedia/source/quicktime/player.mm b/avmedia/source/quicktime/player.mm
index 403e7bf..d376459 100644
--- a/avmedia/source/quicktime/player.mm
+++ b/avmedia/source/quicktime/player.mm
@@ -40,8 +40,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
     mnUnmutedVolume( 0 ),
     mnStopTime( DBL_MAX ),  //max double
     mbMuted( false ),
-    mbInitialized( false ),
-    maSizeCondition( osl_createCondition() )
+    mbInitialized( false )
 {
     NSApplicationLoad();
     NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];


More information about the Libreoffice-commits mailing list