Changeset 6332 for trunk


Ignore:
Timestamp:
May 14, 2016, 1:53:23 PM (8 years ago)
Author:
ldelgass
Message:

Remove unused member var

Location:
trunk/gui/scripts
Files:
4 edited

Legend:

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

    r6303 r6332  
    151151    private variable _rotatePending 0
    152152    private variable _cutplanePending 0
    153     private variable _field      ""
    154153    private variable _colorMode "vmag"; # Mode of colormap (vmag or scalar)
    155154    private variable _fields
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r6330 r6332  
    160160    private variable _rotatePending 0
    161161    private variable _cutplanePending 0
    162     private variable _field      ""
    163162    private variable _colorMode "scalar"; # Mode of colormap (vmag or scalar)
    164163    private variable _fields
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r6303 r6332  
    145145    private variable _curFldName ""
    146146    private variable _curFldLabel ""
    147     private variable _field ""
    148147    private variable _streamlinesLength 0
    149148    private variable _numSeeds 200
  • trunk/gui/scripts/vtksurfaceviewer.tcl

    r6329 r6332  
    139139    private variable _legendPending 0
    140140    private variable _rotatePending 0
    141     private variable _field ""
    142141    private variable _colorMode "scalar"; # Mode of colormap (vmag or scalar)
    143142    private variable _fields
Note: See TracChangeset for help on using the changeset viewer.