|
From: David B. <dav...@us...> - 2004-12-20 06:46:52
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1716 Modified Files: Tag: sidewinder-branch langpython.h Log Message: eliminated superfluous parameter to pythonrendercode Index: langpython.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/langpython.h,v retrieving revision 1.1.4.6 retrieving revision 1.1.4.7 diff -C2 -d -r1.1.4.6 -r1.1.4.7 *** langpython.h 20 Dec 2004 03:31:16 -0000 1.1.4.6 --- langpython.h 20 Dec 2004 06:46:36 -0000 1.1.4.7 *************** *** 31,35 **** boolean ispythonnode(hdltreenode, tyvaluerecord *); boolean callpythonscript(tyvaluerecord, hdltreenode, bigstring, tyvaluerecord *, boolean); ! boolean pythonrendercode(hdloutlinerecord houtline, Handle *htext); --- 31,35 ---- boolean ispythonnode(hdltreenode, tyvaluerecord *); boolean callpythonscript(tyvaluerecord, hdltreenode, bigstring, tyvaluerecord *, boolean); ! boolean pythonrendercode(Handle *htext); |