aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-18 17:02:59 -0800
committerzotlabs <mike@macgirvin.com>2018-01-18 17:02:59 -0800
commitb2ab906483b950c8ed43774252172d6a18c8c355 (patch)
tree197b71c2bbee37739543ba2452cebf9236b66a6a /Zotlabs/Daemon
parent6943960f99a147bf72a70957541c2911a6d9cade (diff)
downloadvolse-hubzilla-b2ab906483b950c8ed43774252172d6a18c8c355.tar.gz
volse-hubzilla-b2ab906483b950c8ed43774252172d6a18c8c355.tar.bz2
volse-hubzilla-b2ab906483b950c8ed43774252172d6a18c8c355.zip
remove deprecated 'qcomment' feature; unused since 2012
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index cb1eb7b79..b168db5ae 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -90,8 +90,6 @@ class Notifier {
$item_id = $argv[2];
- $extra = (($argc > 3) ? $argv[3] : null);
-
if(! $item_id)
return;