remove the delete hooks, they're handled by the build state-change hooks

This commit is contained in:
Mike Bonnet 2009-11-09 15:57:15 -05:00
parent e9109a34c0
commit 7d85a79fab

View file

@ -44,9 +44,7 @@ callbacks = {
'preTag': [],
'postTag': [],
'preUntag': [],
'postUntag': [],
'preDelete': [],
'postDelete': []
'postUntag': []
}
class PluginTracker(object):