X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c657b5253095ad7e9a6d629ed3c1ccd1ab75e01..217c78b80b34f31b4341d6257e28077255d6eb93:/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