]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/textctrl.cpp
missing reversed orientation assignments
[wxWidgets.git] / src / mac / classic / textctrl.cpp
index 076e53e031cf4e9936789c72f4a71ffc99bd6e65..633d379688cebe4ff3b03c5258b738fe761b5936 100644 (file)
@@ -1275,16 +1275,6 @@ void wxTextCtrl::SetSelection(long from, long to)
     }
 }
 
-bool wxTextCtrl::LoadFile(const wxString& file)
-{
-    if ( wxTextCtrlBase::LoadFile(file) )
-    {
-        return true;
-    }
-
-    return false;
-}
-
 void wxTextCtrl::WriteText(const wxString& str)
 {
     wxString st = str ;