Changeset 3687 for trunk/gui/scripts


Ignore:
Timestamp:
Jun 14, 2013 7:08:11 PM (11 years ago)
Author:
ldelgass
Message:

Remove unused blt vector variable

Location:
trunk/gui/scripts
Files:
2 edited

Legend:

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

    r3664 r3687  
    4747    private method PdbToVtk { cname contents }
    4848}
    49 
    5049
    5150# ----------------------------------------------------------------------
     
    310309}
    311310
    312 
    313311# ----------------------------------------------------------------------
    314312# USAGE: hints ?<keyword>?
     
    341339    return [array get _hints]
    342340}
    343 
    344341
    345342itcl::body Rappture::Drawing::PdbToVtk { cname contents } {
  • trunk/gui/scripts/mesh.tcl

    r3684 r3687  
    979979        }
    980980        if { $xcoords != "" && $ycoords != "" } {
    981             set all [blt::vector create \#auto]
    982981            set xv [blt::vector create \#auto]
    983982            set yv [blt::vector create \#auto]
Note: See TracChangeset for help on using the changeset viewer.