summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Tcl/full/gifplot.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/GIFPlot/Tcl/full/gifplot.i')
-rw-r--r--Examples/GIFPlot/Tcl/full/gifplot.i15
1 files changed, 0 insertions, 15 deletions
diff --git a/Examples/GIFPlot/Tcl/full/gifplot.i b/Examples/GIFPlot/Tcl/full/gifplot.i
deleted file mode 100644
index 5a7f5008f..000000000
--- a/Examples/GIFPlot/Tcl/full/gifplot.i
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Oh what the heck, let's just grab the whole darn header file
- and see what happens. */
-
-%module gifplot
-%{
-
-/* Note: You still need this part because the %include directive
- merely causes SWIG to interpret the contents of a file. It doesn't
- include the right include headers for the resulting C code */
-
-#include "gifplot.h"
-
-%}
-
-%include gifplot.h