]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove stray #pragma implementation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 14:16:52 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 14:16:52 +0000 (14:16 +0000)
This #pragma is obsolete and shouldn't be used any more (if it ever had to
be).

See #12927.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlctrl/webkit/webkit.mm

index 9a79c6ab08c0314c409566c5d195f023edac2dd9..fcd39df1b27af485733f8fd735e4e592eb7211b8 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "webkit.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 #include "wx/splitter.h"