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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/classes/Theme.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/classes/Theme.php b/libraries/classes/Theme.php
index fd4647ae9c..ee1e38f909 100644
--- a/libraries/classes/Theme.php
+++ b/libraries/classes/Theme.php
@@ -87,23 +87,6 @@ class Theme
public $filesizeInfo = 0;
/**
- * @var array List of css files to load
- * @access private
- */
- public $cssFiles = [
- 'common',
- 'enum_editor',
- 'gis',
- 'navigation',
- 'designer',
- 'rte',
- 'codemirror',
- 'jqplot',
- 'resizable-menu',
- 'icons',
- ];
-
- /**
* Loads theme information
*
* @access public