From 1284055c524f18ae5c499ce8c65a9e3b0b0b13fd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 6 Mar 2010 00:03:23 +0000 Subject: 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 --- Examples/GIFPlot/Python/full/gifplot.i | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Examples/GIFPlot/Python/full/gifplot.i (limited to 'Examples/GIFPlot/Python/full/gifplot.i') diff --git a/Examples/GIFPlot/Python/full/gifplot.i b/Examples/GIFPlot/Python/full/gifplot.i deleted file mode 100644 index 5a7f5008f..000000000 --- a/Examples/GIFPlot/Python/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 -- cgit v1.2.1