Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/splash/SplashFontFileID.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/splash/SplashFontFileID.h')
-rw-r--r--pdf/splash/SplashFontFileID.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/pdf/splash/SplashFontFileID.h b/pdf/splash/SplashFontFileID.h
deleted file mode 100644
index bed11d3..0000000
--- a/pdf/splash/SplashFontFileID.h
+++ /dev/null
@@ -1,30 +0,0 @@
-//========================================================================
-//
-// SplashFontFileID.h
-//
-//========================================================================
-
-#ifndef SPLASHFONTFILEID_H
-#define SPLASHFONTFILEID_H
-
-#include <aconf.h>
-
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
-
-#include "gtypes.h"
-
-//------------------------------------------------------------------------
-// SplashFontFileID
-//------------------------------------------------------------------------
-
-class SplashFontFileID {
-public:
-
- SplashFontFileID();
- virtual ~SplashFontFileID();
- virtual GBool matches(SplashFontFileID *id) = 0;
-};
-
-#endif