remove deprecated code

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-03-16 01:02:28 -04:00
parent f6a44f4078
commit 766b923fbb
1 changed files with 0 additions and 2 deletions

2
tab.py
View File

@ -411,8 +411,6 @@ class StackTabber2(Tabber):
if i == 0 and self.stack and self.stack[-1].name == 'continue':
self.stack.pop()
if t.string in self.open_scope_tokens.get(t.name, set()):
#self._pop_while('continue', 'control')
#self._pop_while('continue')
self._pop('continue', 'control')
if i == 0 and t.string in self.open_scope_tokens.get(t.name, set()):
self._save_curr_level()