From cd6e8837c17922c9ccf2b5740036853ac3adce45 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Oct 2016 17:13:44 +0100 Subject: no PushButton loaded from .src now Change-Id: Ib866107995ab0496cf4f37a5e780458031d2fc25 --- include/vcl/button.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl') 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; -- cgit