From 939197fe47148304d874496e954fbc5ddca722be Mon Sep 17 00:00:00 2001 From: Mart Raudsepp <leio@gentoo.org> Date: Sat, 11 Feb 2006 04:53:56 +0000 Subject: [PATCH] Do not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl. These pragmas are an abomination from hell. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpdlg.h | 4 ---- include/wx/mediactrl.h | 3 --- src/common/mediactrlcmn.cpp | 4 ---- src/html/helpdlg.cpp | 4 ---- 4 files changed, 15 deletions(-) diff --git a/include/wx/html/helpdlg.h b/include/wx/html/helpdlg.h index 60ff9d4818..b63540b3bf 100644 --- a/include/wx/html/helpdlg.h +++ b/include/wx/html/helpdlg.h @@ -12,10 +12,6 @@ #ifndef _WX_HELPDLG_H_ #define _WX_HELPDLG_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "helpdlgex.h" -#endif - #include "wx/defs.h" #if wxUSE_WXHTML_HELP diff --git a/include/wx/mediactrl.h b/include/wx/mediactrl.h index 9015d421ff..52051b4ac3 100644 --- a/include/wx/mediactrl.h +++ b/include/wx/mediactrl.h @@ -22,9 +22,6 @@ // ---------------------------------------------------------------------------- // Pre-compiled header stuff // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "mediactrl.h" -#endif #include "wx/defs.h" diff --git a/src/common/mediactrlcmn.cpp b/src/common/mediactrlcmn.cpp index 4cb5a2b8df..3e5a5c9d58 100644 --- a/src/common/mediactrlcmn.cpp +++ b/src/common/mediactrlcmn.cpp @@ -19,10 +19,6 @@ // Pre-compiled header stuff //--------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "mediactrl.h" -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ diff --git a/src/html/helpdlg.cpp b/src/html/helpdlg.cpp index d8d72d9afc..71f4b7596f 100644 --- a/src/html/helpdlg.cpp +++ b/src/html/helpdlg.cpp @@ -9,10 +9,6 @@ // Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma implementation "helpdlgex.h" -#endif - // For compilers that support precompilation, includes "wx.h" #include "wx/wxprec.h" -- 2.47.2