IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 10:05:53 AM (20 years ago)
Author:
magnier
Message:

dropping commented-out code

File:
1 edited

Legend:

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

    r7618 r7633  
    177177        psTrace ("pmFPAfile", 5, "freeing chip %d for %s\n", view->chip, file->filename);
    178178        pmChipFreeData (chip);
    179         // XXX drop me: fpa->chips->data[view->chip] = NULL;
    180179        return true;
    181180    }
     
    190189        psTrace ("pmFPAfile", 5, "freeing cell %d for %s\n", view->cell, file->filename);
    191190        pmCellFreeData (cell);
    192         // XXX drop me: chip->cells->data[view->cell] = NULL;
    193191        return true;
    194192    }
Note: See TracChangeset for help on using the changeset viewer.