diff options
author | Ryan McCoskrie <ryan.mccoskrie@gmail.com> | 2015-09-10 10:17:35 +1200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-10-30 20:07:19 +0000 |
commit | d77af785f962efa6f783a5106671d608c313f853 (patch) | |
tree | 0d0eac4cf047113f152dd6f2c450992c34f4fa54 /vcl/osx/salframe.cxx | |
parent | a461ab5fd60068202189a2f426490b95b68efa3c (diff) |
tdf#93684 - Remove SalFrame::Sync
Change-Id: Icae9cf0a17f9cdf9a671c7e7278019d6980602b1
Reviewed-on: https://gerrit.libreoffice.org/18453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/osx/salframe.cxx')
-rw-r--r-- | vcl/osx/salframe.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index c4f03195d72f..1ce314ee2b85 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -904,18 +904,6 @@ void AquaSalFrame::Flush( const Rectangle& rRect ) } } -void AquaSalFrame::Sync() -{ - if( mbGraphics && mpGraphics && mpNSView && mbShown ) - { - // #i113170# may not be the main thread if called from UNO API - SalData::ensureThreadAutoreleasePool(); - - [mpNSView setNeedsDisplay: YES]; - [mpNSView display]; - } -} - void AquaSalFrame::SetInputContext( SalInputContext* pContext ) { if (!pContext) |