remove obsolete lines
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3069 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
5c8b53f402
commit
782f5c7183
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class LayoutManager(object):
|
|||
for name, layout in component.getUtilitiesFor(ILayout):
|
||||
region = result.setdefault(layout.regionName,
|
||||
Region(layout.regionName))
|
||||
# layout.name = name
|
||||
region.layouts.append(layout)
|
||||
return result
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue