summaryrefslogtreecommitdiff
path: root/actions/apistatusesdestroy.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apistatusesdestroy.php')
-rw-r--r--actions/apistatusesdestroy.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/actions/apistatusesdestroy.php b/actions/apistatusesdestroy.php
index ae0f4c453..16a7cc376 100644
--- a/actions/apistatusesdestroy.php
+++ b/actions/apistatusesdestroy.php
@@ -63,12 +63,6 @@ class ApiStatusesDestroyAction extends ApiAuthAction
{
parent::prepare($args);
- if ($this->requiresAuth()) {
- if ($this->checkBasicAuthUser() == false) {
- return false;
- }
- }
-
$this->user = $this->auth_user;
$this->notice_id = (int)$this->trimmed('id');