]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinbutt.cpp
byte length for interim UniChar String corrected
[wxWidgets.git] / src / os2 / spinbutt.cpp
index 2103d2c98b9ae1008919245bde557f72dc64613f..8c20f45f39d6d4ba96d91b9d2da27c593d2b1545 100644 (file)
@@ -179,7 +179,6 @@ wxSize wxSpinButton::DoGetBestSize() const
 
 int wxSpinButton::GetValue() const
 {
-    int                             nVal = 0;
     long                            lVal = 0L;
     char                            zVal[10];