From: Vadim Zeitlin Date: Thu, 18 Sep 2003 23:45:14 +0000 (+0000) Subject: removed bogus #pragma implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc59cd23e6629dd52a66eb70b9d8c737681d094b removed bogus #pragma implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"