diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-13 14:11:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 06:00:07 +0000 |
commit | 93837254b7085c6632d76244d9ac466503ef47e0 (patch) | |
tree | 50cb0edea1bc9038805465f6de3707e9b2099e1b /include | |
parent | df49f966fad67992ceedc755993c560eaf3148d6 (diff) |
remove unused GlueDeselected enumerator from SdrHdlKind enum
Change-Id: Ie55ca0fd04bd7cc9c781faca6ebbf642518b2194
Reviewed-on: https://gerrit.libreoffice.org/34210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdhdl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx index 5725be135390..413164c9f592 100644 --- a/include/svx/svdhdl.hxx +++ b/include/svx/svdhdl.hxx @@ -67,7 +67,6 @@ enum class SdrHdlKind Ref2, // Reference point 2, e.g. endpoint of mirror axis MirrorAxis, // Mirror axis Glue, // GluePoint - GlueDeselected, // GluePoint Anchor, // Anchor symbol (SD, SW) Transparence, // Interactive transparence Gradient, // Interactive gradient |