summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-12-16 11:45:17 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-12-16 17:29:58 +0000
commitb35e97f75c1093db3516b74b637c16c5dc8e43a2 (patch)
tree34b4e3675a1d586b0aff96c1a7187de0275f15be /include
parent08f3691996ed7dd4d7bc7c641000e46c6bc00bfc (diff)
Revert "jsdialogs: emit JSON at idle to avoid repeated emission."
This reverts commit 7d9932ade30464abf297f2e3c3690cca68d6bf71.
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/Deck.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index 278bb4f49a01..65b44d7efc11 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -29,7 +29,6 @@ namespace sfx2 { namespace sidebar {
class DeckDescriptor;
class DeckTitleBar;
-class DeckNotifyIdle;
/** This is the parent window of the panels.
It displays the deck title.
@@ -89,7 +88,6 @@ private:
sal_Int32 mnMinimalWidth;
sal_Int32 mnMinimalHeight;
SharedPanelContainer maPanels;
- std::unique_ptr<DeckNotifyIdle> mpIdleNotify;
VclPtr<DeckTitleBar> mpTitleBar;
VclPtr<vcl::Window> mpScrollClipWindow;
VclPtr<ScrollContainerWindow> mpScrollContainer;