diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-14 09:33:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-14 10:27:04 +0100 |
commit | 32f34f0d1be9ea2c80772ba386b1df3a5a42d86d (patch) | |
tree | 47f373fec0a07b192d3e8adb2f41fed967c873bc /desktop/source/lib | |
parent | 185bb1b6bb792d9d18b4934eacdda48cb551e355 (diff) |
remove the remaining unused mouse cursors
which are not used by us directly or aliases of published awt constants
Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b
Diffstat (limited to 'desktop/source/lib')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 608d2bbc9ac4..5c3bcd0a4526 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -243,9 +243,7 @@ static const std::map <PointerStyle, OString> aPointerMap { { PointerStyle::NotAllowed, "not-allowed" }, // DrawLine through DrawCaption // Chart, Detective, PivotCol, PivotRow, PivotField, Chain, ChainNotAllowed - // TimeEventMove, TimeEventSize // AutoScrollN through AutoScrollNSWE - // Airbrush { PointerStyle::TextVertical, "vertical-text" } // Pivot Delete, TabSelectS through TabSelectSW // PaintBrush, HideWhiteSpace, ShowWhiteSpace |