From 77b4e9d7ea81e6d003400f8f62df645d2c38abcf Mon Sep 17 00:00:00 2001 From: Catalin Date: Sun, 21 Feb 2016 12:01:38 +0200 Subject: [PATCH] Removed obsolete symbols from comments. --- include/wx/msw/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index 29285adeab..5916a64e3c 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -94,7 +94,7 @@ public: #if wxUSE_RICHEDIT // initialize the richedit DLL of (at least) given version, return true if - // ok (Win95 has version 1, Win98/NT4 has 1 and 2, W2K has 3) + // ok static bool InitRichEdit(int version = 2); #endif // wxUSE_RICHEDIT