diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 16:34:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 16:53:15 +0000 |
commit | 4db1cdd41cc4ed996c51e382313325e0db531a75 (patch) | |
tree | b86653737b6d587f73cc2b378e00dedaa88f8cbc /sd | |
parent | d5c30421ca603e9f0acc75ebef0c6fb7fc9ec1de (diff) |
coverity#738827 mbIsDeselectionPending unused
Change-Id: Icfe7a8f49853ec7250de1c4c578038787eb8f241
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx index 0f6c1199ddc2..e09f7d18602c 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx @@ -135,8 +135,6 @@ private: */ bool mbProcessingMouseButtonDown; - bool mbIsDeselectionPending; - /** Remember the slide where the shift key was pressed and started a multiselection via keyboard. */ |