Changeset 3816


Ignore:
Timestamp:
Jul 17, 2013, 8:07:02 PM (11 years ago)
Author:
ldelgass
Message:

Remove unused variable;

Location:
trunk/gui/scripts
Files:
3 edited

Legend:

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

    r3814 r3816  
    142142    private variable _cutplanePending 0
    143143    private variable _legendPending 0
    144     private variable _outline
    145144    private variable _vectorFields
    146145    private variable _scalarFields
     
    209208    $_parser alias legend [itcl::code $this ReceiveLegend]
    210209
    211     array set _outline {
    212         id -1
    213         afterId -1
    214         x1 -1
    215         y1 -1
    216         x2 -1
    217         y2 -1
    218     }
    219210    # Initialize the view to some default parameters.
    220211    array set _view {
  • trunk/gui/scripts/vtkviewer.tcl

    r3815 r3816  
    160160    private variable _rotateDelay 150
    161161    private variable _scaleDelay 100
    162 
    163     private variable _outline
    164162}
    165163
     
    223221    $_parser alias legend   [itcl::code $this ReceiveLegend]
    224222
    225     array set _outline {
    226         id -1
    227         afterId -1
    228         x1 -1
    229         y1 -1
    230         x2 -1
    231         y2 -1
    232     }
    233223    # Initialize the view to some default parameters.
    234224    array set _view {
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r3814 r3816  
    140140    private variable _cutplanePending 0
    141141    private variable _legendPending 0
    142     private variable _outline
    143142    private variable _fields
    144143    private variable _curFldName ""
     
    201200    $_parser alias legend [itcl::code $this ReceiveLegend]
    202201
    203     array set _outline {
    204         id -1
    205         afterId -1
    206         x1 -1
    207         y1 -1
    208         x2 -1
    209         y2 -1
    210     }
    211202    # Initialize the view to some default parameters.
    212203    array set _view {
Note: See TracChangeset for help on using the changeset viewer.