]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/textctrl.h
Updated Makefiles for Motif
[wxWidgets.git] / include / wx / univ / textctrl.h
index 43e6d1a53bbe056cd0ba52dd8cf3ea13e5b14aa8..947a789c81ad4d0e24e03122f336f32d2449ea24 100644 (file)
@@ -265,7 +265,6 @@ public:
     virtual bool Enable(bool enable = TRUE);
 
     // more readable flag testing methods
-    bool IsSingleLine() const { return !(GetWindowStyle() & wxTE_MULTILINE); }
     bool IsPassword() const { return (GetWindowStyle() & wxTE_PASSWORD) != 0; }
     bool WrapLines() const
         { return !IsSingleLine() && !(GetWindowStyle() & wxHSCROLL); }