]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / msw / textctrl.h
index f80eef03b215559ed18de1421dcbf9991934dde8..c56bcae45aad84d51edb206d6de3da67e0746896 100644 (file)
@@ -31,7 +31,7 @@ public:
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
-    virtual ~wxTextCtrl() wxNOEXCEPT;
+    virtual ~wxTextCtrl();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,