diff pyink/consistency.py @ 1268:cd848c2ec29f

Remove unused code. - Keep code base as clean as possible before commiting it. - Keep clean is a rule that should be followed anytime/anywhere. - Since we have VCS, don't leave anything that is no more used for the regret at later.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 12 Jan 2011 20:52:34 +0800
parents ca301f6abef7
children 4686f3131f2a
line wrap: on
line diff
--- a/pyink/consistency.py	Wed Jan 12 20:42:31 2011 +0800
+++ b/pyink/consistency.py	Wed Jan 12 20:52:34 2011 +0800
@@ -144,11 +144,3 @@
 	    pass
         pass
     pass
-
-    def lock(self):
-        self._domview.lock()
-	pass
-
-    def unlock(self):
-        self._domview.unlock()
-	pass