summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/win/player.cxx9
-rw-r--r--avmedia/source/win/player.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx
index 2a0fdf068521..aca353c4d130 100644
--- a/avmedia/source/win/player.cxx
+++ b/avmedia/source/win/player.cxx
@@ -206,15 +206,6 @@ void Player::setNotifyWnd( int nNotifyWnd )
mpME->SetNotifyWindow( (OAHWND) nNotifyWnd, WM_GRAPHNOTIFY, reinterpret_cast< LONG_PTR>( this ) );
}
-void Player::setDDrawParams( IDirectDraw* pDDraw, IDirectDrawSurface* pDDrawSurface )
-{
- if( mpEV && pDDraw && pDDrawSurface )
- {
- mpEV->SetDDrawObject( pDDraw );
- mpEV->SetDDrawSurface( pDDrawSurface );
- }
-}
-
long Player::processEvent()
{
long nCode;
diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index 701a8facabf3..de0d3938dc26 100644
--- a/avmedia/source/win/player.hxx
+++ b/avmedia/source/win/player.hxx
@@ -60,7 +60,6 @@ public:
bool create( const OUString& rURL );
void setNotifyWnd( int nNotifyWnd );
- void setDDrawParams( IDirectDraw* pDDraw, IDirectDrawSurface* pDDrawSurface );
long processEvent();
const IVideoWindow* getVideoWindow() const;