From 6697844c01b06e2232cdc246a3ef789a04bb2e01 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 20 Aug 2015 13:10:11 +0200 Subject: [PATCH] Remove unnecessary code --- lib/private/activity/event.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/private/activity/event.php b/lib/private/activity/event.php index 73f9ba1f367..fe6fc485b7b 100644 --- a/lib/private/activity/event.php +++ b/lib/private/activity/event.php @@ -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,