aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/activity
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-08-20 13:10:11 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-08-20 13:10:11 +0200
commit6697844c01b06e2232cdc246a3ef789a04bb2e01 (patch)
tree5d440611fc4e1ea0481960a2ff78e45f1174705a /lib/private/activity
parent389a32e92ad6a5556194ed78d1b63c4c67037c63 (diff)
downloadnextcloud-server-6697844c01b06e2232cdc246a3ef789a04bb2e01.tar.gz
nextcloud-server-6697844c01b06e2232cdc246a3ef789a04bb2e01.zip
Remove unnecessary code
Diffstat (limited to 'lib/private/activity')
-rw-r--r--lib/private/activity/event.php7
1 files changed, 0 insertions, 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,