]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/textctrl.h
compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
[wxWidgets.git] / include / wx / mac / classic / textctrl.h
index d25ac7814a75669e35a4f7e25999e89fe70d91ec..09783ec921aec3b0f83e009c58e55f2714b8aa3d 100644 (file)
@@ -69,9 +69,6 @@ public:
   virtual void Replace(long from, long to, const wxString& value);
   virtual void Remove(long from, long to);
 
-  // load the controls contents from the file
-  virtual bool LoadFile(const wxString& file);
-
   // sets/clears the dirty flag
   virtual void MarkDirty();
   virtual void DiscardEdits();