Changeset 5608 for trunk/gui


Ignore:
Timestamp:
May 27, 2015 12:17:02 PM (9 years ago)
Author:
ldelgass
Message:

remove unused methods

File:
1 edited

Legend:

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

    r5582 r5608  
    9191    public method flowhints { cname }
    9292    public method hints {{key ""}}
    93     public method isunirect2d {}
    94     public method isunirect3d {}
    9593    public method isvalid {} {
    9694        return $_isValid
     
    10961094
    10971095#
    1098 # isunirect2d  --
    1099 #
    1100 # Returns if the field is a unirect2d object.
    1101 #
    1102 itcl::body Rappture::Field::isunirect2d { } {
    1103     return [expr [array size _comp2unirect2d] > 0]
    1104 }
    1105 
    1106 #
    1107 # isunirect3d  --
    1108 #
    1109 # Returns if the field is a unirect3d object.
    1110 #
    1111 itcl::body Rappture::Field::isunirect3d { } {
    1112     return [expr [array size _comp2unirect3d] > 0]
    1113 }
    1114 
    1115 #
    11161096# flowhints  --
    11171097#
Note: See TracChangeset for help on using the changeset viewer.