Kaydet (Commit) 70ae4721 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I2e7c2206872dfe22c77555f3a14ea2a10c2453c2
üst 0c1ad017
......@@ -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
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment