From 31d9e0487513869e7ca9afa042ecde2bde56f094 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 5 Aug 2013 12:56:49 -0400 Subject: [PATCH] a36 --- scripts/testbox.mps | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/testbox.mps b/scripts/testbox.mps index 35fa468..d9c8245 100644 --- a/scripts/testbox.mps +++ b/scripts/testbox.mps @@ -77,8 +77,6 @@ Begin SetBoxDefaults (BoxHandle, ' My Window Header '); - // We are done with the box class, so free it from MPL class stack. - BoxOpen (BoxHandle, 20, 5, 60, 10); ReadKey;