diff -r 4233089f7fb2 -r dc22b5461850 sobjects/notification.py --- a/sobjects/notification.py Mon Apr 20 10:50:36 2009 +0200 +++ b/sobjects/notification.py Mon Apr 20 11:22:06 2009 -0700 @@ -296,10 +296,3 @@ return u'%s #%s (%s)' % (self.req.__('New %s' % entity.e_schema), entity.eid, self.user_login()) - -class CardAddedView(NormalizedTextView): - """get notified from new cards""" - accepts = ('Card',) - content_attr = 'synopsis' - -