Ignore:
Timestamp:
Nov 11, 2014, 1:50:16 PM (10 years ago)
Author:
ldelgass
Message:

remove unused limits methods

File:
1 edited

Legend:

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

    r4682 r4699  
    5757    public method get {args}
    5858    public method isconnected {}
    59     public method limits { colormap }
    6059    public method parameters {title args} {
    6160        # do nothing
     
    15001499        SendCmd "outline color $rgb"
    15011500    }
    1502 }
    1503 
    1504 itcl::body Rappture::VtkSurfaceViewer::limits { dataobj } {
    1505     foreach { limits(xmin) limits(xmax) } [$dataobj limits x] break
    1506     foreach { limits(ymin) limits(ymax) } [$dataobj limits y] break
    1507     foreach { limits(zmin) limits(zmax) } [$dataobj limits z] break
    1508     foreach { limits(vmin) limits(vmax) } [$dataobj limits v] break
    1509     return [array get limits]
    15101501}
    15111502
Note: See TracChangeset for help on using the changeset viewer.