]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/auth/class_CookieAuth.php
Deprecated methods removed/purged
[shipsimu.git] / inc / classes / main / auth / class_CookieAuth.php
index 050cb30b07aae23cecaf0505f53993e11cd1397e..6ef55044a176f4f667632b065892f79c137b48ff 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registerable {
        /**
@@ -31,12 +31,6 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Cookie-based login");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();