Remove unused class
authorMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jul 2016 08:40:18 +0000 (10:40 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jul 2016 08:44:35 +0000 (10:44 +0200)
wcfsetup/install/files/lib/system/request/CmsLinkHandler.class.php [deleted file]

diff --git a/wcfsetup/install/files/lib/system/request/CmsLinkHandler.class.php b/wcfsetup/install/files/lib/system/request/CmsLinkHandler.class.php
deleted file mode 100644 (file)
index e13d3fd..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-namespace wcf\system\request;
-use wcf\system\SingletonFactory;
-
-/**
- * TODO: documentation
- * @since      3.0
- */
-class CmsLinkHandler extends SingletonFactory {
-       public function getLink($pageID, $languageID = -1) {
-               return LinkHandler::getInstance()->getLink('Cms', [
-                       'application' => ''
-               ]);
-       }
-}