Index: trunk/psModules/src/astrom/pmConcepts.h
===================================================================
--- trunk/psModules/src/astrom/pmConcepts.h	(revision 6872)
+++ trunk/psModules/src/astrom/pmConcepts.h	(revision 6895)
@@ -27,16 +27,9 @@
                                  );
 
-// Level at which to store a concept in the FPA hierarchy
-typedef enum {
-    PM_CONCEPT_LEVEL_FPA,               // Store in the FPA
-    PM_CONCEPT_LEVEL_CHIP,              // Store in the chip
-    PM_CONCEPT_LEVEL_CELL               // Store in the cell
-} pmConceptLevel;
-
 // Register a new concept
 bool pmConceptRegister(psMetadataItem *blank, // Blank value; contains the name
                        pmConceptParseFunc parse, // Function to call to parse the concept
                        pmConceptFormatFunc format, // Function to call to format the concept
-                       pmConceptLevel level // Level at which to store concept in the FPA hierarchy
+                       pmFPALevel level // Level at which to store concept in the FPA hierarchy
                       );
 
