Ignore:
Timestamp:
Feb 25, 2016, 2:35:08 PM (9 years ago)
Author:
ldelgass
Message:

Remove unused server list in viewer constructors. The server list is obtained
from the VisViewer? internal server list which can be modified with the
Get/SetServerList? "static" procs (and which is called while evaluating the
session resources file if present).

File:
1 edited

Legend:

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

    r6027 r6052  
    3939    itk_option define -plotbackground plotBackground Background ""
    4040
    41     constructor { hostlist args } {
    42         Rappture::VisViewer::constructor $hostlist
     41    constructor { args } {
     42        Rappture::VisViewer::constructor
    4343    } {
    4444        # defined below
     
    180180# CONSTRUCTOR
    181181# ----------------------------------------------------------------------
    182 itcl::body Rappture::MapViewer::constructor {hostlist args} {
     182itcl::body Rappture::MapViewer::constructor {args} {
    183183    set _serverType "geovis"
    184184    #DebugOn
Note: See TracChangeset for help on using the changeset viewer.