Kaydet (Commit) bcc3e0e7 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: drop unused hasPreferredSize

üst 4efd4196
......@@ -83,7 +83,6 @@ namespace avmedia
const ::rtl::OUString& getURL() const;
bool isValid() const;
bool hasPreferredSize() const;
Size getPreferredSize() const;
Window* getWindow() const;
......
......@@ -148,13 +148,6 @@ void MediaWindow::StartDrag( sal_Int8 /* nAction */, const Point& /* rPosPixel *
// -------------------------------------------------------------------------
bool MediaWindow::hasPreferredSize() const
{
return( mpImpl != NULL && mpImpl->hasPreferredSize() );
}
// -------------------------------------------------------------------------
Size MediaWindow::getPreferredSize() const
{
return mpImpl->getPreferredSize();
......
......@@ -217,13 +217,6 @@ void MediaWindowBaseImpl::cleanUp()
// ---------------------------------------------------------------------
bool MediaWindowBaseImpl::hasPreferredSize() const
{
return( mxPlayerWindow.is() );
}
// ---------------------------------------------------------------------
Size MediaWindowBaseImpl::getPreferredSize() const
{
Size aRet;
......
......@@ -72,7 +72,6 @@ namespace avmedia
bool isValid() const;
bool hasPreferredSize() const;
Size getPreferredSize() const;
bool setZoom( ::com::sun::star::media::ZoomLevel eLevel );
......
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