r264 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 16 04:45:01 EDT 2007


Author: icculus
Date: 2007-05-16 04:44:58 -0400 (Wed, 16 May 2007)
New Revision: 264

Modified:
   trunk/scripts/mojosetup_init.lua
Log:
Removed some cruft.


Modified: trunk/scripts/mojosetup_init.lua
===================================================================
--- trunk/scripts/mojosetup_init.lua	2007-05-15 14:17:57 UTC (rev 263)
+++ trunk/scripts/mojosetup_init.lua	2007-05-16 08:44:58 UTC (rev 264)
@@ -434,17 +434,5 @@
     })
 end
 
-function Setup.UI(tab)
-    return sanitize("UI", tab,
-    {
-        -- You should add all existing UIs to this table.
-        { "generic", nil, mustBeString, cantBeEmpty },
-        { "stdio", nil, mustBeString, cantBeEmpty },
-        { "macosx", nil, mustBeString, cantBeEmpty },
-        { "gtkplus", nil, mustBeString, cantBeEmpty },
-        { "windows", nil, mustBeString, cantBeEmpty },
-    })
-end
-
 -- end of mojosetup_init.lua ...
 




More information about the mojosetup-commits mailing list