From 488baf414f12b4b94a2c31401823172f843c1fe7 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 10 Jan 2009 22:38:21 +0000 Subject: [PATCH] whoops ... remove garbage that wasn't meant to go into CVS --- gui/dialogs/nasal-console.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gui/dialogs/nasal-console.xml b/gui/dialogs/nasal-console.xml index 4c7c9e34e..96644fdf0 100644 --- a/gui/dialogs/nasal-console.xml +++ b/gui/dialogs/nasal-console.xml @@ -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)