aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-07-03 13:44:06 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-07-03 13:44:06 +0200
commit58ef482f9fd42e07c3b2816a9f111205edb8327f (patch)
treeb80e54173012fb1e72b4d9d2f4982595317dd379 /text.h
parenta9263c79fa0afaebccb3b34a65d623e3028dee2c (diff)
downloadvis-58ef482f9fd42e07c3b2816a9f111205edb8327f.tar.gz
vis-58ef482f9fd42e07c3b2816a9f111205edb8327f.tar.xz
Remove text dump debugging code
Instead use the text-dump git branch if necessary.
Diffstat (limited to 'text.h')
-rw-r--r--text.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/text.h b/text.h
index e015abb..9c2b09e 100644
--- a/text.h
+++ b/text.h
@@ -114,7 +114,4 @@ void text_regex_free(Regex *r);
int text_search_range_forward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags);
int text_search_range_backward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags);
-// TMP
-void text_debug(Text*);
-
#endif