summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2014-11-18 00:43:51 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-17 21:43:47 -0800
commit9fe3b46ddb58ebcd2a94e59e5687fd439d0ead32 (patch)
treea5499a9478160fcbfdf720808c278f5e26b21787 /src/node.h
parent59fd5633da5395cbd3627af4a2ab855dc43ce1e0 (diff)
Store link labels as children in tree structure
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index f57ee3b..533406b 100644
--- a/src/node.h
+++ b/src/node.h
@@ -31,7 +31,6 @@ typedef struct {
} cmark_header;
typedef struct {
- struct cmark_node *label;
unsigned char *url;
unsigned char *title;
} cmark_link;