remove delete column (#4502)

This commit is contained in:
Frédéric Péters 2014-03-18 16:49:50 +01:00
parent d5d3a107da
commit 911dab3330
1 changed files with 0 additions and 5 deletions

View File

@ -260,11 +260,6 @@ class ResultsInformationsTable(InformationsTable):
return []
class DeleteColumn(column.DeleteColumn):
grok.name('dms.delete')
grok.adapts(Interface, Interface, ResultsTable)
class AuthorColumn(AuthorColumn):
grok.adapts(Interface, Interface, ResultsTable)