X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cee3f6006e1838fa3d59055233c435e3124d59e..74bdbc46c3a8cda6dcd7b027c371b0bdce7c8fbb:/src/os2/textctrl.cpp diff --git a/src/os2/textctrl.cpp b/src/os2/textctrl.cpp index b99d13006c..3949c8f787 100644 --- a/src/os2/textctrl.cpp +++ b/src/os2/textctrl.cpp @@ -340,7 +340,6 @@ wxString wxTextCtrl::GetValue() const if (*zStr == '\r') *zStr = '\n'; } - sStr = zStr; return sStr; } // end of wxTextCtrl::GetValue