diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-08 15:54:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-10 12:26:52 +0200 |
commit | 3d95279f6c1e42986a64e76ffc95a432004d4d88 (patch) | |
tree | 2eebb26a1041ff58400d5b368d34dde4217faebd /include/vcl | |
parent | d9729bc06d676a36120f3da252d1a4fa39d103d8 (diff) |
remove unused Link<> field
Change-Id: I9fa72bd4a39d630829356117cec73b686efc7ae7
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 10a241c6c6cd..5717ebcaf5e5 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -121,7 +121,6 @@ protected: PushButtonDropdownStyle mnDDStyle; bool mbPressed; bool mbInUserDraw; - Link<> maToggleHdl; SAL_DLLPRIVATE void ImplInitPushButtonData(); SAL_DLLPRIVATE WinBits ImplInitStyle( const vcl::Window* pPrevWindow, WinBits nStyle ); |