Remove the unused Theme::cssFiles property
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
ffd2068753
commit
f820e2a970
@ -86,23 +86,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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user