summaryrefslogtreecommitdiff
path: root/gs/jbig2dec/jbig2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/jbig2dec/jbig2.h')
-rw-r--r--gs/jbig2dec/jbig2.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gs/jbig2dec/jbig2.h b/gs/jbig2dec/jbig2.h
index 6622b67a3..fae08e954 100644
--- a/gs/jbig2dec/jbig2.h
+++ b/gs/jbig2dec/jbig2.h
@@ -25,18 +25,6 @@ extern "C" {
#ifndef _JBIG2_H
#define _JBIG2_H
-/* To enable Memento, either uncomment the following, or arrange to
- * predefine MEMENTO whilst building. */
-/* #define MEMENTO */
-
-/* If we are building as part of GS then make sure we use the version
- * of MEMENTO that is part of gs (in case of version skew) */
-#ifdef GSBUILD
-#include "../base/memento.h"
-#else
-#include "memento.h"
-#endif
-
/* warning levels */
typedef enum {
JBIG2_SEVERITY_DEBUG,