summaryrefslogtreecommitdiff
path: root/src/genjsbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/genjsbind.h')
-rw-r--r--src/genjsbind.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/genjsbind.h b/src/genjsbind.h
deleted file mode 100644
index 47f3c11..0000000
--- a/src/genjsbind.h
+++ /dev/null
@@ -1,10 +0,0 @@
-struct options {
- char *outfilename;
- char *infilename;
- char *idlpath;
- bool verbose;
- bool debug;
-};
-
-extern struct options *options;
-