Changeset 4673


Ignore:
Timestamp:
Nov 9, 2014 6:37:59 PM (9 years ago)
Author:
ldelgass
Message:

Remove unused variable reference

File:
1 edited

Legend:

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

    r4669 r4673  
    874874    # disconnected -- no more data sitting on server
    875875    set _outbuf ""
    876     array unset _datasets
    877     array unset _data
    878     array unset _colormaps
    879     array unset _seeds
    880     array unset _dataset2style
    881     array unset _obj2datasets
     876    array unset _datasets
     877    array unset _data
     878    array unset _colormaps
     879    array unset _dataset2style
     880    array unset _obj2datasets
    882881}
    883882
Note: See TracChangeset for help on using the changeset viewer.