Index: unk/archive/pslib/include/psColour.h
===================================================================
--- /trunk/archive/pslib/include/psColour.h	(revision 224)
+++ 	(revision )
@@ -1,19 +1,0 @@
-#if !defined(PS_COLOUR_H)
-#define PS_COLOUR_H
-
-
-/** Colour References.  Reference colours are roughly appropriate for a G5V star.  I get, with an arbitrary
- * zero point, on the AB system the following rough magnitudes: g = 1.36 mag, r = 0.84 mag, i = 0.72 mag, z =
- * 0.69 mag, y = 0.69 mag, w = 0.80 mag
- */
-typedef enum {
-    PS_COLOUR_NO_INFO,			//!< No colour information
-    PS_COLOUR_G_MINUS_R,		//!< Reference is g-r = 0.5 mag
-    PS_COLOUR_R_MINUS_I,		//!< Reference is r-i = 0.1 mag
-    PS_COLOUR_I_MINUS_Z,		//!< Reference is i-z = 0.0 mag
-    PS_COLOUR_Z_MINUS_Y,		//!< Reference is z-y = 0.0 mag
-    PS_COLOUR_R_MINUS_W			//!< Reference is r-w = 0.0 mag
-} psColourRef;
-
-
-#endif
Index: unk/archive/pslib/include/psFilter.h
===================================================================
--- /trunk/archive/pslib/include/psFilter.h	(revision 224)
+++ 	(revision )
@@ -1,14 +1,0 @@
-#if !defined(PS_FILTER_H)
-#define PS_FILTER_H
-
-/** Filters */
-enum {
-    PS_FILTER_G,			//!< g band
-    PS_FILTER_R,			//!< r band
-    PS_FILTER_I,			//!< i band
-    PS_FILTER_Z,			//!< z band
-    PS_FILTER_Y,			//!< y band
-    PS_FILTER_W				//!< w band
-} psFilter;
-
-#endif
