Index: /trunk/psModules/src/camera/pmFPAfileDefine.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 14202)
+++ /trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 14203)
@@ -140,4 +140,7 @@
     file->mode = PM_FPA_MODE_WRITE;
     file->save = false;
+
+// XXX we are deprecating the use of FILE.SAVE in the camera config
+# if (0)
     char *save = psMetadataLookupStr (&status, data, "FILE.SAVE");
     if (save != NULL) {
@@ -152,4 +155,5 @@
         }
     }
+# endif
 
     // Use the camera we were told to, the camera of the provided FPA, or default to the default camera
