Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CorePluginsAdmin/Controller.php')
-rw-r--r--plugins/CorePluginsAdmin/Controller.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php
index 4eda3739ad..da005443f2 100644
--- a/plugins/CorePluginsAdmin/Controller.php
+++ b/plugins/CorePluginsAdmin/Controller.php
@@ -150,22 +150,6 @@ class Controller extends Plugin\ControllerAdmin
return $view->render();
}
- /**
- * @deprecated
- */
- public function browsePlugins()
- {
- $this->redirectToIndex('Marketplace', 'overview');
- }
-
- /**
- * @deprecated
- */
- public function browseThemes()
- {
- $this->redirectToIndex('Marketplace', 'overview', null, null, null, array('show' => 'themes'));
- }
-
public function tagManagerTeaser()
{
$this->dieIfPluginsAdminIsDisabled();