Remove unnecessary code

This commit is contained in:
Joas Schilling 2015-08-20 13:10:11 +02:00
parent 389a32e92a
commit 6697844c01
1 changed files with 0 additions and 7 deletions

View File

@ -22,15 +22,8 @@
namespace OC\Activity;
use OCP\Activity\IEvent;
use OCP\Activity\IManager;
class Event implements IEvent {
/** @var IManager */
protected $manager;
/** @var string */
protected $user;
/** @var array */
protected $data = [
'app' => null,