IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23946


Ignore:
Timestamp:
Apr 22, 2009, 11:53:35 AM (17 years ago)
Author:
Paul Price
Message:

Removing call to nebDelete, since API has changed. Bill will fix this later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksio.c

    r23936 r23946  
    914914deleteFile(sFile *sfile)
    915915{
    916 
     916#if 0
     917    // XXX API for nebDelete has changed; need to fix this later
    917918    if (sfile->inNebulous) {
    918919        nebServer *server = getNebServer(NULL);
     
    929930        }
    930931    }
     932#endif
    931933    return true;
    932934}
Note: See TracChangeset for help on using the changeset viewer.