From ef78e8816ff370fe5784af75b83e7352981cf063 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Tue, 13 Jan 2015 06:27:39 +0100 Subject: [PATCH] Team isn't authenticated --- onyx/include/common/Team.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/onyx/include/common/Team.class.php b/onyx/include/common/Team.class.php index 9aa3100f..1f421bd3 100644 --- a/onyx/include/common/Team.class.php +++ b/onyx/include/common/Team.class.php @@ -249,11 +249,6 @@ class Team return NULL; } - function authenticate($certificate) - { - //TODO - } - // Static methods public static function set_revoked($bool, $name) {