removed unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -179,7 +179,6 @@ static pascal OSStatus wxMacSearchControlEventHandler( EventHandlerCallRef handl
|
|||||||
|
|
||||||
ControlRef controlRef ;
|
ControlRef controlRef ;
|
||||||
wxSearchCtrl* thisWindow = (wxSearchCtrl*) data ;
|
wxSearchCtrl* thisWindow = (wxSearchCtrl*) data ;
|
||||||
wxTextCtrl* textCtrl = wxDynamicCast( thisWindow , wxTextCtrl ) ;
|
|
||||||
cEvent.GetParameter( kEventParamDirectObject , &controlRef ) ;
|
cEvent.GetParameter( kEventParamDirectObject , &controlRef ) ;
|
||||||
|
|
||||||
switch( GetEventKind( event ) )
|
switch( GetEventKind( event ) )
|
||||||
|
Reference in New Issue
Block a user