]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/textctrl.cpp
fixed unused var warning
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
index 41bcbaea0d8cdf3abb46514e824da14ffe2ac3fa..3ee3663952b295f37ed4064656810f56a2e10f20 100644 (file)
@@ -705,11 +705,6 @@ void wxTextCtrl::SetSelection(long from, long to)
     GetPeer()->SetSelection( from , to ) ;
 }
 
-bool wxTextCtrl::LoadFile(const wxString& file)
-{
-    return wxTextCtrlBase::LoadFile( file );
-}
-
 void wxTextCtrl::WriteText(const wxString& str)
 {
     // TODO: this MPRemoting will be moved into a remoting peer proxy for any command