summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-17 14:06:06 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 14:41:59 +0200
commit8659487298c141aee5e7cc16c45808e3754397f6 (patch)
treef5d8e45b8123ad001cfaf04c6ca60756ec18bd78 /sd/source/ui/slidesorter
parent4986c64e11da9891e5ba7326668a29653aa9cb2f (diff)
remove unused Link<> vector
Change-Id: I983f02ade797ea7399dcbb5f56ce3391cbc65591
Diffstat (limited to 'sd/source/ui/slidesorter')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
index d56c056339ab..8d1d378991c1 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
@@ -246,8 +246,6 @@ private:
bool mbPreModelChangeDone;
bool mbPostModelChangePending;
- ::std::vector<Link<>> maSelectionChangeListeners;
-
/** This array stores the indices of the selected page descriptors at
the time when the edit mode is switched to EM_MASTERPAGE. With this
we can restore the selection when switching back to EM_PAGE mode.