IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14203


Ignore:
Timestamp:
Jul 13, 2007, 5:18:07 PM (19 years ago)
Author:
magnier
Message:

drop use of FILE.SAVE from the camera.config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r13931 r14203  
    140140    file->mode = PM_FPA_MODE_WRITE;
    141141    file->save = false;
     142
     143// XXX we are deprecating the use of FILE.SAVE in the camera config
     144# if (0)
    142145    char *save = psMetadataLookupStr (&status, data, "FILE.SAVE");
    143146    if (save != NULL) {
     
    152155        }
    153156    }
     157# endif
    154158
    155159    // Use the camera we were told to, the camera of the provided FPA, or default to the default camera
Note: See TracChangeset for help on using the changeset viewer.