diff options
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r-- | src/markdown.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp index fdf1b0f..692e801 100644 --- a/src/markdown.cpp +++ b/src/markdown.cpp @@ -810,7 +810,6 @@ static int processLink(GrowBuf &out,const char *data,int,int size) { return 0; } - static QRegExp re("^[@\\]ref "); if (isToc) // special case for [TOC] { if (g_current) g_current->stat=TRUE; |