diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-03-13 11:45:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-03-13 20:20:52 +0100 |
commit | c58cc416b604de0891fc8976bcf7cf099e2e8e00 (patch) | |
tree | bbf5f1f3c4628fd006e31ea79e4c32f8c23b1181 /vcl/inc | |
parent | 77528d474fb1121cc6c567463ebb9f87f76e7b24 (diff) |
loplugin:unusedfields
Change-Id: Ic40d908c3063cc2537bc1746421fb76f070e5bc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112432
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 9c1ee12937d8..2411d2f7c663 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -171,7 +171,6 @@ struct ImplFrameData css::uno::Reference< css::datatransfer::dnd::XDropTarget > mxDropTarget; css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > mxDropTargetListener; css::uno::Reference< css::datatransfer::clipboard::XClipboard > mxClipboard; - css::uno::Reference< css::datatransfer::clipboard::XClipboard > mxSelection; bool mbInternalDragGestureRecognizer; VclPtr<VirtualDevice> mpBuffer; ///< Buffer for the double-buffering |