Index: /trunk/psLib/src/mathtypes/psImage.h
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.h	(revision 7522)
+++ /trunk/psLib/src/mathtypes/psImage.h	(revision 7523)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 22:00:03 $
+ *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-12 20:42:38 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -80,24 +80,7 @@
 psImage;
 
-#define P_PSIMAGE_SET_NUMCOLS(img,nc) *(int*)&img->numCols = nc
-        #define P_PSIMAGE_SET_NUMROWS(img,nr) *(int*)&img->numCols = nr
-                #define P_PSIMAGE_SET_TYPE(img,t) *(psMathType*)&img->type = t
-
-                        // XXX moved to psRegion.h in src/math
-                        # if 0
-                        /** Basic image region structure.
-                         *
-                         * Struct for specifying a rectangular area in an image.
-                         *
-                         */
-                        typedef struct
-                        {
-                            float x0;                         ///< the first column of the region.
-                            float x1;                         ///< the last column of the region.
-                            float y0;                         ///< the first row of the region.
-                            float y1;                         ///< the last row of the region.
-                        }
-                        psRegion;
-# endif
+#define P_PSIMAGE_SET_NUMCOLS(img,nc) {*(int*)&img->numCols = nc;}
+#define P_PSIMAGE_SET_NUMROWS(img,nr) {*(int*)&img->numRows = nr;}
+#define P_PSIMAGE_SET_TYPE(img,t) {*(psMathType*)&img->type = t;}
 
 /** Create an image of the specified size and type.
