diff options
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r-- | vcl/source/app/svapp.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index d8d193d04cb2..8fd30f4f0c7a 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -1322,12 +1322,6 @@ Rectangle Application::GetScreenPosSizePixel( unsigned int nScreen ) return pSys ? pSys->GetDisplayScreenPosSizePixel( nScreen ) : Rectangle(); } -Rectangle Application::GetWorkAreaPosSizePixel( unsigned int nScreen ) -{ - SalSystem* pSys = ImplGetSalSystem(); - return pSys ? pSys->GetDisplayScreenWorkAreaPosSizePixel( nScreen ) : Rectangle(); -} - namespace { unsigned long calcDistSquare( const Point& i_rPoint, const Rectangle& i_rRect ) { |