From b2d332c914634f22bbdf34243ee52ea930ebb6aa Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 18 Jan 2015 21:13:52 +0100 Subject: [PATCH] These were meant for lower classes --- lib/atompubaction.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/atompubaction.php b/lib/atompubaction.php index 3349f40922..ac1e155580 100644 --- a/lib/atompubaction.php +++ b/lib/atompubaction.php @@ -22,9 +22,6 @@ if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); } abstract class AtompubAction extends ApiAuthAction { - protected $_profile = null; - protected $target = null; - protected function prepare(array $args=array()) { parent::prepare($args);