Skip to content

Commit 23b4585

Browse files
committed
Remove unneeded collection class for projected fits
1 parent 2256efa commit 23b4585

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

eos/effectHandlerHelpers.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,6 @@ def append(self, proj):
232232
if proj.isInvalid or not proj.item.isType("projected"):
233233
self.remove(proj)
234234

235-
# @todo: remove this once we are sure we no longer need it
236-
class HandledProjectedFitList(HandledList):
237-
def append(self, proj):
238-
print "apppending projected fit", proj
239-
proj.projected = True
240-
list.append(self, proj)
241-
242235
class HandledItem(object):
243236
def preAssignItemAttr(self, *args, **kwargs):
244237
self.itemModifiedAttributes.preAssign(*args, **kwargs)

0 commit comments

Comments
 (0)