Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 9730)
+++ trunk/psLib/src/astro/psCoord.c	(revision 10609)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-10-24 22:52:55 $
+*  @version $Revision: 1.127 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-12-10 17:29:29 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -349,5 +349,5 @@
 
 
-psPlane* p_psProject(
+psPlane* psProject(
     psPlane *outPlane,
     const psSphere* coord,
@@ -437,12 +437,5 @@
 }
 
-psPlane* psProject(
-    const psSphere* coord,
-    const psProjection* projection)
-{
-    return(p_psProject(NULL, coord, projection));
-}
-
-psSphere* p_psDeproject(
+psSphere* psDeproject(
     psSphere *outSphere,
     const psPlane* coord,
@@ -560,12 +553,4 @@
 }
 
-psSphere* psDeproject(
-    const psPlane* coord,
-    const psProjection* projection)
-{
-    return(p_psDeproject(NULL, coord, projection));
-}
-
-
 /*****************************************************************************
 multiplyDPoly2D(trans1, trans2): Takes two 2-D polynomials as input and
