diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 15:03:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 08:48:55 +0100 |
commit | f4315955689ef0373c6ab3b4cc73b9130ea1531f (patch) | |
tree | 9f797cb5e9c4b7f582703c85345763c40d33b29a /compilerplugins | |
parent | 84d9785a04a1d4929505ef1d7958e0420eec43b6 (diff) |
remove unused StartTrackingFlags enum values
Change-Id: Ib72e4d5e3e1c65bc4d44756f98392393c79dab0e
Reviewed-on: https://gerrit.libreoffice.org/63971
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.readonly.results | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.readonly.results b/compilerplugins/clang/unusedenumconstants.readonly.results index 94bab4fd2689..3a5f2fc378cd 100644 --- a/compilerplugins/clang/unusedenumconstants.readonly.results +++ b/compilerplugins/clang/unusedenumconstants.readonly.results @@ -1098,14 +1098,6 @@ include/vcl/window.hxx:121 enum TrackingEventFlags DontCallHdl include/vcl/window.hxx:172 enum ShowFlags NoParentUpdate -include/vcl/window.hxx:298 - enum StartTrackingFlags KeyInput -include/vcl/window.hxx:300 - enum StartTrackingFlags NoKeyCancel -include/vcl/window.hxx:303 - enum StartTrackingFlags MouseButtonDown -include/vcl/window.hxx:304 - enum StartTrackingFlags FocusCancel include/xmloff/shapeexport.hxx:53 enum XMLShapeExportFlags WIDTH include/xmloff/shapeexport.hxx:54 |