Changeset 5320 for trunk/gui


Ignore:
Timestamp:
Apr 25, 2015, 3:56:20 PM (9 years ago)
Author:
ldelgass
Message:

remove unused vars

File:
1 edited

Legend:

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

    r5003 r5320  
    6969    private common _xp2obj       ;        # used for fetch/release ref counting
    7070    private common _obj2ref      ;        # used for fetch/release ref counting
    71     private variable _xv        ""
    72     private variable _yv        ""
    73     private variable _zv        ""
    74     private variable _xCoords        "";  # For the blt contour only
    75     private variable _yCoords        "";  # For the blt contour only
    7671
    7772    private method ReadNodesElements {path}
     
    229224    # don't destroy the _xmlobj! we don't own it!
    230225    itcl::delete object $_mesh
    231 
    232     if { $_xCoords != "" } {
    233         blt::vector destroy $_xCoords
    234     }
    235     if { $_yCoords != "" } {
    236         blt::vector destroy $_yCoords
    237     }
    238226}
    239227
Note: See TracChangeset for help on using the changeset viewer.