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 /include | |
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 'include')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 7a7d0a273d2d..fd62a8a17f70 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1131,7 +1131,6 @@ public: bool HasPaintEvent() const; void Update(); void Flush(); - void Sync(); // toggles new docking support, enabled via toolkit void EnableDocking( bool bEnable = true ); |