Changeset 13346

Show
Ignore:
Timestamp:
12/15/07 07:53:04 (8 months ago)
Author:
rouault
Message:

Remove unused #define

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/alg/gdalmediancut.cpp

    r12832 r13346  
    4949#define GMC_B_DEPTH             5               /* # bits/pixel to use */ 
    5050#define GMC_B_LEN               (1L<<GMC_B_DEPTH) 
    51  
    52 #define C_DEPTH         2 
    53 #define C_LEN           (1L<<C_DEPTH)   /* # cells/color to use */ 
    5451 
    5552#define COLOR_SHIFT     (COLOR_DEPTH-GMC_B_DEPTH)