From: <and...@us...> - 2011-09-13 12:09:17
|
Revision: 11920 http://plplot.svn.sourceforge.net/plplot/?rev=11920&view=rev Author: andrewross Date: 2011-09-13 12:09:04 +0000 (Tue, 13 Sep 2011) Log Message: ----------- Remove further references to obsolete functions. Modified Paths: -------------- trunk/examples/python/x09.py trunk/scripts/check_api_completeness.sh Modified: trunk/examples/python/x09.py =================================================================== --- trunk/examples/python/x09.py 2011-09-13 12:06:24 UTC (rev 11919) +++ trunk/examples/python/x09.py 2011-09-13 12:09:04 UTC (rev 11920) @@ -64,13 +64,7 @@ ## PLcGrid cgrid1; ## PLcGrid2 cgrid2; ## -##/* Parse and process command line arguments */ -## -## (void) plParseOpts(&argc, argv, PL_PARSE_FULL); -## ##/* Initialize plplot */ -## -## plinit(); plinit() Modified: trunk/scripts/check_api_completeness.sh =================================================================== --- trunk/scripts/check_api_completeness.sh 2011-09-13 12:06:24 UTC (rev 11919) +++ trunk/scripts/check_api_completeness.sh 2011-09-13 12:09:04 UTC (rev 11920) @@ -15,7 +15,6 @@ grep -v 'plclr$' |\ grep -v 'plcol$' |\ grep -v 'plhls$' |\ -grep -v 'plHLS$' |\ grep -v 'plpage$' |\ grep -v 'plrgb$' |\ grep -v 'plrgb1$' |\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |