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 'core/Menu/MenuMain.php')
-rw-r--r--core/Menu/MenuMain.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
deleted file mode 100644
index adb6b538e9..0000000000
--- a/core/Menu/MenuMain.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * Piwik - free/libre analytics platform
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- *
- */
-namespace Piwik\Menu;
-
-/**
- * @deprecated since 2.4.0
- * @see MenuReporting
- * @method static MenuMain getInstance()
- * @ignore
- */
-class MenuMain extends MenuReporting
-{
-}