]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove interface/implementation #pragmas from richtextimagedlg.*.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 11:30:58 +0000 (11:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 11:30:58 +0000 (11:30 +0000)
These pragmas are not necessary and may actually be harmful, no idea why were
they added in the first place to a new file.

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

include/wx/richtext/richtextimagedlg.h
src/richtext/richtextimagedlg.cpp

index f2865c016a13fb2637213d56e70aec422bbdb35e..bea7665a18807f3d58657adcd73f19d1118ad85e 100644 (file)
 #ifndef _RICHTEXTIMAGEDLG_H_\r
 #define _RICHTEXTIMAGEDLG_H_\r
 \r
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)\r
-#pragma interface "wx/richtext/richtextimagedlg.h"\r
-#endif\r
-\r
 /*!\r
  * Includes\r
  */\r
index dc670e17cce6106570100ebd21d0ac056bd9f4ed..33f9050eda7152cf1792892ec44f10946f00d655 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence\r
 /////////////////////////////////////////////////////////////////////////////\r
 \r
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)\r
-#pragma implementation "wx/richtext/richtextimagedlg.h"\r
-#endif\r
-\r
 // For compilers that support precompilation, includes "wx/wx.h".\r
 #include "wx/wxprec.h"\r
 \r