[Mpuls-commits] r1245 - in wasko/branches/2.0: . waskaweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 4 15:40:34 CET 2010


Author: bh
Date: 2010-02-04 15:40:33 +0100 (Thu, 04 Feb 2010)
New Revision: 1245

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (SessionCase.getEditor): Removed.  Not used.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-04 14:33:03 UTC (rev 1244)
+++ wasko/branches/2.0/ChangeLog	2010-02-04 14:40:33 UTC (rev 1245)
@@ -1,5 +1,9 @@
 2010-02-04  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/model/case.py (SessionCase.getEditor): Removed.  Not used.
+
+2010-02-04  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/model/case.py (SessionCase.getFormErrors)
 	(SessionCase.setFormErrors): Removed.  Not used anywhere.
 	(SessionCase.__init__): Remove instance variable form_errors.  Not

Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py	2010-02-04 14:33:03 UTC (rev 1244)
+++ wasko/branches/2.0/waskaweb/model/case.py	2010-02-04 14:40:33 UTC (rev 1245)
@@ -575,11 +575,6 @@
     def getState(self):
         return self.state
 
-    def getEditor(self):
-        # TODO: See issue432 (WASKO). Fix this function. It seems to be
-        # not used anyway.
-        return self.state
-
     def setPageId(self, id):
         self.page_id = id
 



More information about the Mpuls-commits mailing list