summaryrefslogtreecommitdiff
path: root/src/info2html/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/data.h')
-rw-r--r--src/info2html/data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/info2html/data.h b/src/info2html/data.h
index 581e4ca5..60a2ce74 100644
--- a/src/info2html/data.h
+++ b/src/info2html/data.h
@@ -4,12 +4,6 @@
/* data.h - first cut at data structures for info2html filter */
/* many of these are motivated by the source code to the 'info' program */
-/* be quiet or not? */
-static int be_quiet=1;
-
-/* line_number we're on */
-static int work_line_number;
-
/* file we're working on */
char work_filename[1024];