From 9e1ce8350a40887cb5307595991e1e12f38ee9a4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 1 Mar 2012 21:15:47 +0200 Subject: #pragma interface and #pragma implementation are obsolete and pointless --- hwpfilter/source/hiodev.cxx | 4 ---- hwpfilter/source/hiodev.h | 4 ---- hwpfilter/source/htags.cxx | 4 ---- hwpfilter/source/htags.h | 4 ---- hwpfilter/source/mzstring.cxx | 4 ---- hwpfilter/source/mzstring.h | 4 ---- 6 files changed, 24 deletions(-) (limited to 'hwpfilter/source') diff --git a/hwpfilter/source/hiodev.cxx b/hwpfilter/source/hiodev.cxx index 0416a96c7091..e2c8352d84f4 100644 --- a/hwpfilter/source/hiodev.cxx +++ b/hwpfilter/source/hiodev.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -#ifdef __GNUG__ -#pragma implementation "hiodev.h" -#endif - #include #include // DVO: add zlib/ prefix diff --git a/hwpfilter/source/hiodev.h b/hwpfilter/source/hiodev.h index f0fd1b18f050..8857321194a6 100644 --- a/hwpfilter/source/hiodev.h +++ b/hwpfilter/source/hiodev.h @@ -34,10 +34,6 @@ #ifndef _HIODEV_H_ #define _HIODEV_H_ -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "hwplib.h" /** diff --git a/hwpfilter/source/htags.cxx b/hwpfilter/source/htags.cxx index 94cc05058d7c..bd3ae34f0fa0 100644 --- a/hwpfilter/source/htags.cxx +++ b/hwpfilter/source/htags.cxx @@ -28,10 +28,6 @@ #include "precompile.h" -#ifdef __GNUG__ -#pragma implementation "htags.h" -#endif - #include #include "hwplib.h" diff --git a/hwpfilter/source/htags.h b/hwpfilter/source/htags.h index 21c610db4e9d..97435b880b30 100644 --- a/hwpfilter/source/htags.h +++ b/hwpfilter/source/htags.h @@ -29,10 +29,6 @@ #ifndef _HTAGS_H_ #define _HTAGS_H_ -#ifdef __GNUG__ -#pragma interface -#endif - class HWPFile; /** * @short Embeded image diff --git a/hwpfilter/source/mzstring.cxx b/hwpfilter/source/mzstring.cxx index c8d7e977bdac..090265d37afd 100644 --- a/hwpfilter/source/mzstring.cxx +++ b/hwpfilter/source/mzstring.cxx @@ -30,10 +30,6 @@ * supposed to be used instead of std::string */ -#ifdef __GNUG__ -#pragma implementation "mzstring.h" -#endif - #include "mzstring.h" #ifndef WIN32 diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h index 95b1614dfda3..699c7cb18457 100644 --- a/hwpfilter/source/mzstring.h +++ b/hwpfilter/source/mzstring.h @@ -29,10 +29,6 @@ #ifndef _MZSTRING_H_ #define _MZSTRING_H_ -#ifdef __GNUG__ -# pragma interface -#endif - #ifdef HAVE_CONFIG_H # include "config.h" #endif -- cgit