X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd15d8f1b0b437312a117b7e4509708a22e30806..e5b110b109504c021ac5b2008e030f50e6838a06:/include/wx/wxexpr.h diff --git a/include/wx/wxexpr.h b/include/wx/wxexpr.h index 30d32fda62..adaaa4c7f5 100644 --- a/include/wx/wxexpr.h +++ b/include/wx/wxexpr.h @@ -141,7 +141,6 @@ class WXDLLEXPORT wxExpr bool IsFunctor(const wxString& s) const; // Only for a clause void WriteClause(FILE* stream); // Write this expression as a top-level clause void WriteExpr(FILE* stream); // Write as any other subexpression - void WriteLispExpr(FILE* stream); // Append an expression to a list void Append(wxExpr *expr); @@ -243,7 +242,6 @@ public: bool ReadFromString(const wxString& buffer); bool Write(const wxString& fileName); bool Write(FILE* stream); - void WriteLisp(FILE* stream); // Compatibility inline bool ReadProlog(wxChar *filename) { return Read(wxString(filename)); }