Ignore:
Timestamp:
Apr 6, 2015, 10:14:09 AM (9 years ago)
Author:
ldelgass
Message:

remove unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r5194 r5195  
    8383    private variable _volcomponents   ; # Array of components found
    8484    private variable _componentsList   ; # List of component names
    85     private variable _cname2style
    8685    private variable _cname2transferFunction
    8786    private variable _cname2defaultcolormap
     
    141140    private variable _arcball ""
    142141    private variable _dlist ""     ;    # list of data objects
    143     private variable _obj2datasets
    144142    private variable _obj2ovride   ;    # maps dataobj => style override
    145143    private variable _datasets     ;    # contains all the dataobj-component
     
    883881    # disconnected -- no more data sitting on server
    884882    array unset _datasets
    885     array unset _data
    886883    array unset _colormaps
    887884    array unset _dataset2style
    888     array unset _obj2datasets
    889 
    890     array unset _cname2style
     885
    891886    array unset _parsedFunction
    892887    array unset _cname2transferFunction
     
    10361031            set _first $dataobj
    10371032        }
    1038         set _obj2datasets($dataobj) ""
    10391033        foreach comp [$dataobj components] {
    10401034            set tag $dataobj-$comp
     
    10651059                SetObjectStyle $dataobj $comp
    10661060            }
    1067             lappend _obj2datasets($dataobj) $tag
    10681061            if { [info exists _obj2ovride($dataobj-raise)] } {
    10691062                SendCmd "volume visible 1 $tag"
     
    26222615    }
    26232616    set _dataset2style($tag) $cname
    2624     lappend _style2datasets($cname) $tag
    26252617
    26262618    return $cname
Note: See TracChangeset for help on using the changeset viewer.