whoops ... remove garbage that wasn't meant to go into CVS
This commit is contained in:
parent
198d1cb60f
commit
488baf414f
1 changed files with 0 additions and 8 deletions
|
@ -159,14 +159,6 @@
|
|||
if (!contains(globals, "__nasal_console"))
|
||||
globals["__nasal_console"] = {};
|
||||
|
||||
var maxwidth = getprop("/sim/startup/xsize") - 50;
|
||||
var maxheight = getprop("/sim/startup/ysize") - 100;
|
||||
var width = dlg.initNode("width", 450, "INT");
|
||||
var height = dlg.initNode("height", 200, "INT");
|
||||
width.setAttribute("userarchive", 1);
|
||||
height.setAttribute("userarchive", 1);
|
||||
self.getNode("textbox").setValues({ "pref-width": width.getValue(), "pref-height": height.getValue() });
|
||||
|
||||
var locals = globals["__nasal_console"];
|
||||
var numtabs = size(dlg.getChildren("code"));
|
||||
if (!numtabs)
|
||||
|
|
Loading…
Reference in a new issue