Revision: 436
          http://rpy.svn.sourceforge.net/rpy/?rev=436&view=rev
Author:   lgautier
Date:     2008-03-15 02:04:14 -0700 (Sat, 15 Mar 2008)

Log Message:
-----------
Cut out unfinished and unneeded EmbeddedR_newSexpObject

Modified Paths:
--------------
    trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c

Modified: trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c
===================================================================
--- trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c       2008-03-15 
09:02:15 UTC (rev 435)
+++ trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c       2008-03-15 
09:04:14 UTC (rev 436)
@@ -1169,22 +1169,7 @@
 }
 
 
-//FIXME: finish this
-static PyObject*
-EmbeddedR_newSexpObject(SEXP sexp)
-{
-  SexpObject *res;
 
-  return (PyObject *)res;
-}
-
-//ClosureSexp_Type.tp_call = &Sexp_call; 
-//ClosureSexp_Type.tp_call = 0; 
-
-
-//(PyTypeObject *)ClosureSexp_Type.tp_new = 0;//ClosureSexp_methods; 
-
-
 /* --- Find a variable in an environment --- */
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to