Small cleanup in wxMSW wxSpinCtrl code

Remove an extra pair of braces accidentally introduced when applying
05b980aba1

See #12297.
This commit is contained in:
Vadim Zeitlin 2017-02-20 15:20:16 +01:00
parent 617a14873c
commit 618c752541

View File

@ -358,8 +358,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
wxS("at least %d pixels needed."),
name, size.x, effectiveBtnWidth);
}
{
}
// adjust an invalid height for text control
if ( sizeCtrl.y <= 0 )