Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 15217)
+++ trunk/psModules/src/config/pmConfig.c	(revision 15218)
@@ -1166,14 +1166,4 @@
     psFree(rulesIter);
 
-    // XXX do we need to update the header based on elements of the FILE?
-    # if (0)
-    psMetadata *file = psMetadataLookupMetadata(&mdok, format, "FILE"); // How to identify this format
-    if (!mdok || !file) {
-        psError(PS_ERR_IO, true, "Unable to find FILE in camera format.\n");
-        return false;
-    }
-    psString fpaName = psMetadataLookupStr(&mdok, file, "FPA.NAME");
-    # endif
-
     return true;
 }
