Changeset 5772 for trunk/gui/scripts


Ignore:
Timestamp:
Jul 21, 2015, 12:59:34 PM (9 years ago)
Author:
ldelgass
Message:

Remove code with no effect

Location:
trunk/gui/scripts
Files:
4 edited

Legend:

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

    r5768 r5772  
    860860    }
    861861    if {"" != $_first} {
    862         set location [$_first hints camera]
    863         if { $location != "" } {
    864             array set view $location
    865         }
    866 
    867862        foreach axis { x y z } {
    868863            set label [$_first label ${axis}]
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r5770 r5772  
    10061006    }
    10071007    if {"" != $_first} {
    1008         set location [$_first hints camera]
    1009         if { $location != "" } {
    1010             array set view $location
    1011         }
    10121008        foreach axis { x y z } {
    10131009            set label [$_first hints ${axis}label]
  • trunk/gui/scripts/vtkviewer.tcl

    r5771 r5772  
    10901090    }
    10911091    if {"" != $_first} {
    1092         set location [$_first hints camera]
    1093         if { $location != "" } {
    1094             array set view $location
    1095         }
    1096 
    10971092        foreach axis { x y z } {
    10981093            set label [$_first hints ${axis}label]
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r5729 r5772  
    10661066    }
    10671067    if {"" != $_first} {
    1068         set location [$_first hints camera]
    1069         if { $location != "" } {
    1070             array set view $location
    1071         }
    1072 
    10731068        foreach axis { x y z } {
    10741069            set label [$_first hints ${axis}label]
Note: See TracChangeset for help on using the changeset viewer.