Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 3450)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 3540)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-03-18 21:34:43 $
+*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-03-29 19:41:56 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -227,30 +227,4 @@
 );
 
-// XXX: Doxygenate.
-psPlaneTransform *psPlaneTransformInvert(
-    psPlaneTransform *out,
-    const psPlaneTransform *in,
-    psRegion *region,
-    int nSamples
-);
-
-// XXX: Doxygenate.
-psPlaneTransform *psPlaneTransformCombine(
-    psPlaneTransform *out,
-    const psPlaneTransform *trans1,
-    const psPlaneTransform *trans2
-);
-
-// XXX: Doxygenate.
-bool psPlaneTranformFit(
-    psPlaneTransform *trans,
-    const psArray *source,
-    const psArray *dest,
-    int nRejIter,
-    float sigmaClip
-);
-
-
-
 /** Allocator for psSphereTransform
  *
