diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-01 21:41:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 12:29:17 +0100 |
commit | e2205c4876723876bcaf1dd5ce494debab97591a (patch) | |
tree | f6f096d0fde4d10f942cf76663880aa9b31bc623 /include/vcl | |
parent | 32ca9f268142d2f26d0ec39ff3af989e78f51c8d (diff) |
no difference between ImageRadioButton and RadioButton
Change-Id: Iae5b7fe329273f34d3e94f1136acdac0d55d1ced
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87816
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/button.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index d0aa24757ae1..e5a5b7de51f5 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -499,15 +499,6 @@ public: ImageButton( vcl::Window* pParent, WinBits nStyle = 0 ); }; -class VCL_DLLPUBLIC ImageRadioButton : public RadioButton -{ - ImageRadioButton( const ImageRadioButton & ) = delete; - ImageRadioButton & operator= ( const ImageRadioButton & ) = delete; - -public: - explicit ImageRadioButton( vcl::Window* pParent ); -}; - class VCL_DLLPUBLIC TriStateBox final : public CheckBox { TriStateBox( const TriStateBox & ) = delete; |