[Laszlo-checkins] r5635 - openlaszlo/branches/legals/WEB-INF/lps/lfc/core

ptw@openlaszlo.org ptw at openlaszlo.org
Mon Jul 9 17:35:15 PDT 2007


Author: ptw
Date: 2007-07-09 17:35:11 -0700 (Mon, 09 Jul 2007)
New Revision: 5635

Modified:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/core/UserClass.lzs
Log:
Change 20070703-ptw-i by ptw at dueling-banjos.local on 2007-07-03 09:28:56 EDT
    in /Users/ptw/OpenLaszlo/legals
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Remove unused property from UserClass

Technical Reviewer: pbr (Message-Id: <6.2.1.2.0.20070703120603.02249510 at na>)
QA Reviewer: max (Message-ID: <468A9B02.9090108 at openlaszlo.org>)

Details:
    The `userclass` property is not used anywhere.  Removing it so it
    does not mystify future generations.

Tests:
    ant lztest, smokecheck



Modified: openlaszlo/branches/legals/WEB-INF/lps/lfc/core/UserClass.lzs
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/core/UserClass.lzs	2007-07-09 19:47:21 UTC (rev 5634)
+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/core/UserClass.lzs	2007-07-10 00:35:11 UTC (rev 5635)
@@ -152,7 +152,6 @@
 
     delete attrs.name;
 
-    newproto.addProperty('userclass', true);
     var cc;
     if ( 'classChildren' in sup.prototype && sup.prototype.classChildren.length ){
         cc = sup.prototype.classChildren.concat();



More information about the Laszlo-checkins mailing list