From: <sm...@us...> - 2009-02-11 21:06:18
|
Revision: 9511 http://plplot.svn.sourceforge.net/plplot/?rev=9511&view=rev Author: smekal Date: 2009-02-11 21:06:08 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Removed ignore directives. Removed parts regarding deprecated function plshade1. Modified Paths: -------------- trunk/bindings/lua/plplotluac.i Modified: trunk/bindings/lua/plplotluac.i =================================================================== --- trunk/bindings/lua/plplotluac.i 2009-02-11 21:05:00 UTC (rev 9510) +++ trunk/bindings/lua/plplotluac.i 2009-02-11 21:06:08 UTC (rev 9511) @@ -459,13 +459,6 @@ } -/* for plshade1, note the difference in the type for the first arg */ -%typemap(in) (PLFLT *Matrix, PLINT nx, PLINT ny) (int ii) { -} -%typemap(freearg) (PLFLT *Matrix, PLINT nx, PLINT ny) { -} - - /* 2D array, check for consistency */ %typemap(in) PLFLT **MatrixCk (int ii) { int jj; @@ -830,14 +823,6 @@ } -%ignore plshades; -%ignore plshade; -%ignore plshade1; -%ignore plvect; -%ignore plfcont; -%ignore plfshade; -%ignore plimagefr; - /****************************************************************************** Renames ******************************************************************************/ @@ -960,7 +945,6 @@ %rename(sfnam) plsfnam; %rename(sfont) plsfont; %rename(shade) plshade; -%rename(shade1) plshade1; %rename(shades) plshades; %rename(smaj) plsmaj; %rename(smem) plsmem; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |