summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-07 20:28:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-08 10:11:43 +0200
commit962bf806f655e3c631bc1b77f8419e5e8fc64c0c (patch)
tree5fddabb206437dea8705b25d66dfaa12837f3f43 /include
parent25339ae3ebfe05338a6809d4507c91c79aabff27 (diff)
remove TriStateBox class
Change-Id: Ia6c76a9f0fc0be7790d0c801cbca4a7b8d478976 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93680 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/button.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 35e98c52bba6..97fc939e9c1e 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -489,15 +489,6 @@ public:
ImageButton( vcl::Window* pParent, WinBits nStyle = 0 );
};
-class VCL_DLLPUBLIC TriStateBox final : public CheckBox
-{
- TriStateBox( const TriStateBox & ) = delete;
- TriStateBox & operator= ( const TriStateBox & ) = delete;
-
-public:
- explicit TriStateBox( vcl::Window* pParent, WinBits nStyle );
-};
-
#endif // INCLUDED_VCL_BUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */