summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Tcl/full/gifplot.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-03-06 00:03:23 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-03-06 00:03:23 +0000
commit1284055c524f18ae5c499ce8c65a9e3b0b0b13fd (patch)
tree1da35f308d4b81f2c7a14c923c8a6ae786ee8223 /Examples/GIFPlot/Tcl/full/gifplot.i
parent1eb5446e13f752c53cab60379f7587cb1fd8cc65 (diff)
downloadswig-1284055c524f18ae5c499ce8c65a9e3b0b0b13fd.tar.gz
merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-jezabek@11901 626c5289-ae23-0410-ae9c-e8d60b6d4f22
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