summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-23 21:11:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-24 13:04:38 +0100
commit602274c77fa8134ca097f4d60b9fb75cea0eff78 (patch)
tree97f52c76c3ccde45692c1579737a1b25ffdd4d36 /include/vcl/button.hxx
parent6f660293885733e64602aa6144c36ed7e7b43faf (diff)
no ImageButton loaded from .src now
Change-Id: If6f6718e1e6d756b99a499deafa4310c76a75ad3
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index c7976b4ce0b7..ff521870da8e 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -500,7 +500,6 @@ private:
public:
ImageButton( vcl::Window* pParent, WinBits nStyle = 0 );
- ImageButton( vcl::Window* pParent, const ResId& rResId );
};
class VCL_DLLPUBLIC ImageRadioButton : public RadioButton