Index: trunk/psModules/src/camera/pmFPAfile.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfile.c	(revision 11105)
+++ trunk/psModules/src/camera/pmFPAfile.c	(revision 11144)
@@ -252,12 +252,4 @@
         }
     }
-    if (strstr (newName, "{FILTER.ID}") != NULL) {
-        if (file->fpa != NULL) {
-            char *filterID = pmConceptsFilterIDfromConcept ("FPA.FILTER", file->fpa->concepts, file->camera);
-            if (filterID && *filterID) {
-                psStringSubstitute(&newName, filterID, "{FILTER.ID}");
-            }
-        }
-    }
     return newName;
 }
