diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/button.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index ff521870da8e..9d83d004668c 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -155,7 +155,6 @@ protected: GetCanonicalTextColor( const StyleSettings& _rStyle ) const override; public: explicit PushButton( vcl::Window* pParent, WinBits nStyle = 0 ); - explicit PushButton( vcl::Window* pParent, const ResId& ); virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; virtual void Tracking( const TrackingEvent& rTEvt ) override; |