From cc59cd23e6629dd52a66eb70b9d8c737681d094b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Sep 2003 23:45:14 +0000 Subject: [PATCH] removed bogus #pragma implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/text.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/text/text.cpp b/samples/text/text.cpp index 4a21cb13d9..3f69987957 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ - #pragma implementation "text.cpp" -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" -- 2.45.2