aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-format.h')
-rw-r--r--filter/filter-format.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/filter/filter-format.h b/filter/filter-format.h
deleted file mode 100644
index 12a4040a46..0000000000
--- a/filter/filter-format.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#ifndef _FILTER_FORMAT_H
-#define _FILTER_FORMAT_H
-
-#include <glib.h>
-
-char *filter_description_text(GList *description, GList *args);
-void description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStreamHandle *stream);
-
-#endif /* _FILTER_FORMAT_H */