Index: /trunk/archive/pslib/include/psMath.h
===================================================================
--- /trunk/archive/pslib/include/psMath.h	(revision 207)
+++ /trunk/archive/pslib/include/psMath.h	(revision 208)
@@ -107,5 +107,5 @@
 
 typedef struct {
-    psTypeInfo type;
+    psType type;
     union {
 	int i;
@@ -115,8 +115,3 @@
 } p_psScalar;
 
-typedef struct {
-    psType type;
-    psDimension dim;
-} psTypeInfo;
-
 #endif
