Ignore:
Timestamp:
Dec 6, 2014, 9:13:38 PM (10 years ago)
Author:
ldelgass
Message:

remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1/Command.cpp

    r4819 r4820  
    4747#include "CmdProc.h"
    4848#include "FlowCmd.h"
    49 #ifdef USE_POINTSET_RENDERER
    50 #include "PointSet.h"
    51 #endif
    5249#include "dxReader.h"
    5350#include "VtkReader.h"
     
    16261623               tf->name());
    16271624        (*iter)->transferFunction(tf);
    1628 #ifdef USE_POINTSET_RENDERER
    1629         // TBD..
    1630         if ((*iter)->pointsetIndex != -1) {
    1631             NanoVis::pointSet[(*iter)->pointsetIndex]->updateColor(tf->getData(), 256);
    1632         }
    1633 #endif
    16341625    }
    16351626    return TCL_OK;
Note: See TracChangeset for help on using the changeset viewer.