summaryrefslogtreecommitdiffstats
path: root/src/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/page.h')
-rw-r--r--src/page.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/page.h b/src/page.h
index 44c1d6f..82e5256 100644
--- a/src/page.h
+++ b/src/page.h
@@ -15,6 +15,7 @@
*
*/
+#if 0
#include "sortdict.h"
#include "config.h"
#include "docparser.h"
@@ -127,4 +128,4 @@ class PageSDict : public SDict<PageInfo>
return stricmp(((PageInfo *)i1)->name,((PageInfo *)i2)->name);
}
};
-
+#endif