summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-01 21:15:47 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-01 22:27:11 +0200
commit9e1ce8350a40887cb5307595991e1e12f38ee9a4 (patch)
tree820159b621a0c5df4bfdc7f3ad24304469f2346d /hwpfilter
parentd76e2d1cc396d0f1f57a0ba774be4194d8bf3459 (diff)
#pragma interface and #pragma implementation are obsolete and pointless
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hiodev.cxx4
-rw-r--r--hwpfilter/source/hiodev.h4
-rw-r--r--hwpfilter/source/htags.cxx4
-rw-r--r--hwpfilter/source/htags.h4
-rw-r--r--hwpfilter/source/mzstring.cxx4
-rw-r--r--hwpfilter/source/mzstring.h4
6 files changed, 0 insertions, 24 deletions
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 <stdio.h>
#include <errno.h>
// 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 <stdio.h>
#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 <string.h>
#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