Index: trunk/psphot/src/psLibUtils.c
===================================================================
--- trunk/psphot/src/psLibUtils.c	(revision 5048)
+++ trunk/psphot/src/psLibUtils.c	(revision 5134)
@@ -8,22 +8,6 @@
 // XXX EAM : these utility functions should be added back into PSLib
 
+# if (0) // now in psLib (v8)
 static psHash *timers = NULL;
-
-bool psTimerClear (char *name) {
-
-  bool status;
-
-  if (name == NULL) return false;
-
-  status = psHashRemove (timers, name);
-  return (status);
-}
-
-void psTimerFree () {
-
-  psFree (timers);
-  p_psTimeFinalize();
-  return;
-}
 
 // start/restart a named timer
@@ -40,4 +24,14 @@
 }
 
+bool psTimerClear (char *name) {
+
+  bool status;
+
+  if (name == NULL) return false;
+
+  status = psHashRemove (timers, name);
+  return (status);
+}
+
 // get current elapsed time on named timer
 psF64 psTimerMark (char *name) {
@@ -60,4 +54,13 @@
 }
 
+void psTimerFree () {
+
+  psFree (timers);
+  p_psTimeFinalize();
+  return;
+}
+# endif
+
+# if (0)
 // find the location of the specified argument
 int psArgumentGet (int argc, char **argv, char *arg) {
@@ -87,4 +90,5 @@
     return (N);
 }
+# endif
 
 // we have log levels 1 (Error), 2 (Warning), 3 (Info), 4 (Details), 5 (Minutiae)
@@ -276,4 +280,6 @@
 }	    
 
+# if (0)
+// now in psLib (v8)
 // count number of pixels with given mask value
 int psImageCountPixelMask (psImage *mask, psU8 value) 
@@ -290,4 +296,5 @@
     return (Npixels);
 }
+# endif
 
 // define a square region centered on the given coordinate
@@ -438,4 +445,5 @@
 # endif
 
+# if (0)
 psVector *psVectorCreate (double lower, double upper, double delta, psElemType type) {
 
@@ -450,4 +458,5 @@
   return (out);
 }
+# endif
 
 // XXX EAM a utility function
