aboutsummaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/engine.h b/include/engine.h
index 17b05ea..86aa167 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -22,8 +22,6 @@
#include <lexer.h>
#include <list.h>
-#define PARTIALS "partials"
-
list_t *engine_ingest(char **buffer);
void handle_include(char **buffer, key_match_t *match, directive_t *directive);
void handle_contentfor(char **buffer,