Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 5064)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 5227)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-16 23:56:48 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-10-06 02:41:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -87,55 +87,4 @@
     const char *op                     ///< the operation to perform for overlay
 );
-/** Sets the bits inside the region, ignoring pixels outside.
- *
- *  The pixels are set by combining the existing pixel value and the given maskValue
- *  with a logical operation.  The allowed operations are =, AND, OR, and XOR.
- */
-void psImageMaskRegion(
-    psImage *image,                    ///< the image to set
-    psRegion region,                   ///< the specified region
-    const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
-);
-
-/** Sets the bits outside the region, ignoring pixels inside.
- *
- *  The pixels are set by combining the existing pixel value and the given maskValue
- *  with a logical operation.  The allowed operations are =, AND, OR, and XOR.
- */
-void psImageKeepRegion(
-    psImage *image,                    ///< the image to set
-    psRegion region,                   ///< the specified region
-    const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
-);
-
-/** Sets the bits inside the circle, ignoring the pixels outside.
- *
- *  The pixel values are set by combining the existing pixel value and the given maskValue
- *  with a logical operation.  The allowed operations are =, AND, OR, and XOR.
- */
-void psImageMaskCircle(
-    psImage *image,                    ///< the image to set
-    double x,                          ///< the x coordinate of the circle's center
-    double y,                          ///< the y coordinate of the circle's center
-    double radius,                     ///< the radius of the specified circle
-    const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
-);
-
-/** Sets the bits outside the circle, ignoring the pixels inside.
- *
- *  The pixel values are set by combining the existing pixel value and the given maskValue
- *  with a logical operation.  The allowed operations are =, AND, OR, and XOR.
- */
-void psImageKeepCircle(
-    psImage *image,                    ///< the image to set
-    double x,                          ///< the x coordinate of the circle's center
-    double y,                          ///< the y coordinate of the circle's center
-    double radius,                     ///< the radius of the specified circle
-    const char *op,                    ///< the logical operation
-    psMaskType maskValue               ///< the specified bits
-);
 
 #endif // #ifndef PS_IMAGE_PIXEL_MANIP_H
