Changeset 6094 for trunk


Ignore:
Timestamp:
Mar 3, 2016 6:41:04 PM (8 years ago)
Author:
ldelgass
Message:

remove unused

File:
1 edited

Legend:

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

    r6093 r6094  
    900900
    901901# ----------------------------------------------------------------------
    902 # USAGE: type <layerName>
    903 #
    904 # Returns the type of the named layer
    905 # ----------------------------------------------------------------------
    906 itcl::body Rappture::Map::type { layerName } {
    907     set id [$_tree findchild root->"layers" $layerName]
    908     if { $id < 0 } {
    909         error "unknown layer \"$layerName\""
    910     }
    911     return [$_tree get $id "type" ""]
    912 }
    913 
    914 # ----------------------------------------------------------------------
    915902# USAGE: isGeocentric
    916903#
Note: See TracChangeset for help on using the changeset viewer.