X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..466367bedca04b0269953782186fa779037470e3:/include/wx/wxexpr.h

diff --git a/include/wx/wxexpr.h b/include/wx/wxexpr.h
index 18b53d0679..acad013bcf 100644
--- a/include/wx/wxexpr.h
+++ b/include/wx/wxexpr.h
@@ -50,9 +50,6 @@ typedef bool (*wxExprErrorHandler) (int errorType, char *msg);
 
 WXDLLEXPORT_DATA(extern wxExprErrorHandler) currentwxExprErrorHandler;
 
-extern "C" WXDLLEXPORT_DATA(FILE*) yyin;
-
-extern "C" WXDLLEXPORT int yyparse(void);
 
 typedef enum {
     wxExprNull,