From 5afeed7e21743752e5bcb49337e1c22d9a6f75c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 16:32:43 -0800 Subject: Removed CMARK_CODE_INDENT, CODE_INDENT from public header. Now it's in blocks.c, the only module that uses it. --- src/ast.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 0640f88..53620c8 100644 --- a/src/ast.h +++ b/src/ast.h @@ -11,8 +11,6 @@ extern "C" { #endif -#define CMARK_VERSION "0.1" -#define CMARK_CODE_INDENT 4 #define REFMAP_SIZE 16 #define CMARK_MAX_LINK_LABEL_LENGTH 1000 -- cgit v1.2.3