Kaydet (Commit) 3d95279f authored tarafından Noel Grandin's avatar Noel Grandin

remove unused Link<> field

Change-Id: I9fa72bd4a39d630829356117cec73b686efc7ae7
üst d9729bc0
......@@ -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 );
......
......@@ -1544,7 +1544,7 @@ bool PushButton::PreNotify( NotifyEvent& rNEvt )
void PushButton::Toggle()
{
ImplCallEventListenersAndHandler( VCLEVENT_PUSHBUTTON_TOGGLE, [this] () { maToggleHdl.Call(this); } );
ImplCallEventListenersAndHandler( VCLEVENT_PUSHBUTTON_TOGGLE, NULL );
}
void PushButton::SetSymbol( SymbolType eSymbol )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment