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

Remove unused create member functions

Change-Id: I65c77f32e076a0bc5eae2c0cf4626eebfd141972
üst d133a87c
......@@ -57,7 +57,6 @@ public:
);
virtual ~Window();
bool create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments );
void processGraphEvent();
void updatePointer();
......
......@@ -81,13 +81,6 @@ Window::~Window()
// ------------------------------------------------------------------------------
bool Window::create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& /* aArguments */ )
{
return true;
}
// ------------------------------------------------------------------------------
bool Window::handleObservation( NSString* pKeyPath )
{
OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]);
......
......@@ -44,7 +44,6 @@ public:
);
virtual ~Window();
bool create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& );
void processGraphEvent();
void updatePointer();
......
......@@ -87,11 +87,6 @@ Window::~Window()
}
}
bool Window::create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& )
{
return true;
}
// XPlayerWindow
void SAL_CALL Window::update( )
......
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