tremoved unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -276,8 +276,6 @@ bool wxToolBar::Realize()
|
||||
|
||||
int buttonHeight = 0, buttonWidth = 0;
|
||||
|
||||
int currentSpacing = 0;
|
||||
|
||||
Widget button;
|
||||
Pixmap pixmap, insensPixmap;
|
||||
wxBitmap bmp, insensBmp;
|
||||
@@ -470,7 +468,6 @@ bool wxToolBar::Realize()
|
||||
XtAddEventHandler (button, EnterWindowMask | LeaveWindowMask,
|
||||
False, wxToolButtonPopupCallback, (XtPointer) this);
|
||||
|
||||
currentSpacing = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user