IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 1:34:51 PM (20 years ago)
Author:
jhoblitt
Message:

remove pxMode enum (unused)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r8661 r9252  
    1616# define RECIPE "PHASE2"
    1717# define MAX_ROWS 10e9
    18 
    19 typedef enum {
    20     PX_MODE_NONE,                       // grab from raw, output for ppImage
    21     PX_MODE_QUICK,                      // grab from raw, output for ppImage
    22     PX_MODE_UPDATE,                     // grab from new, create raw
    23     PX_MODE_DEFINE,                     // grab from raw, create pending
    24     PX_MODE_PENDING,                    // grab from pending, output for ppImage
    25     PX_MODE_DONE,                       // set the current state
    26     PX_MODE_CREATE,                     // set the current state
    27     PX_MODE_DELETE,                     // set the current state
    28     PX_MODE_RECREATE,                   // set the current state
    29     PX_MODE_SEEN,                       // set the current state
    30     PX_MODE_COPYDONE,                   // set the current state
    31 } pxMode;
    3218
    3319typedef struct {
Note: See TracChangeset for help on using the changeset viewer.