IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2010, 2:28:53 PM (16 years ago)
Author:
bills
Message:

remove unneeded ifdefd out code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/censorObjects/src/censorReadout.c

    r26952 r26959  
    8888    detections->allSources = outSources;
    8989
    90 #ifdef notdef
    91     // XXX: this is not necessary (and incorrect) as we are re-using the pmDetections object that is in readout->analysis
    92     // remove the inSources and replace with the outSources
    93     psMetadataRemoveKey (readout->analysis, "PSPHOT.DETECTIONS");
    94     psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_DATA_ARRAY, "sources", detections);
    95     psFree (detections);
    96 #endif
    9790    return true;
    9891}
Note: See TracChangeset for help on using the changeset viewer.