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/visviewer.tcl

    r6011 r6052  
    6262    protected variable _waitTimeout 0
    6363
    64     constructor { servers args } {
     64    constructor { args } {
    6565        # defined below
    6666    }
     
    163163# CONSTRUCTOR
    164164# ----------------------------------------------------------------------
    165 itcl::body Rappture::VisViewer::constructor { servers args } {
     165itcl::body Rappture::VisViewer::constructor { args } {
    166166
    167167    Rappture::dispatcher _dispatcher
     
    173173    $_dispatcher register !waiting
    174174
    175     CheckNameList $servers
    176175    set _buffer(in) ""
    177176    set _buffer(out) ""
Note: See TracChangeset for help on using the changeset viewer.