Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 7934)
+++ trunk/psLib/src/astro/psCoord.h	(revision 10609)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-18 22:50:47 $
+ *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-10 17:29:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -288,9 +288,4 @@
  */
 psPlane* psProject(
-    const psSphere* coord,             ///< coordinate to project
-    const psProjection* projection     ///< parameters of the projection
-);
-
-psPlane* p_psProject(
     psPlane *out,
     const psSphere* coord,             ///< coordinate to project
@@ -303,13 +298,4 @@
  */
 psSphere* psDeproject(
-    const psPlane* coord,              ///< coordinate to project
-    const psProjection* projection     ///< parameters of the projection
-);
-
-/** Private reverse projection of a linear coordinate to a spherical coordinate system
- *
- *  @return psPlane*    projected coordinate
- */
-psSphere* p_psDeproject(
     psSphere *outSphere,
     const psPlane* coord,              ///< coordinate to project
