Clean up unused syntax
This commit is contained in:
@@ -164,7 +164,6 @@ abstract class syntax_plugin_luxtools_abstract extends SyntaxPlugin
|
||||
$baseDefaults = [
|
||||
'sort' => (string)$this->getConf('default_sort'),
|
||||
'order' => (string)$this->getConf('default_order'),
|
||||
'style' => (string)$this->getConf('default_style'),
|
||||
'tableheader' => (int)$this->getConf('default_tableheader'),
|
||||
'foldersfirst' => (int)$this->getConf('default_foldersfirst'),
|
||||
'recursive' => (int)$this->getConf('default_recursive'),
|
||||
@@ -173,7 +172,6 @@ abstract class syntax_plugin_luxtools_abstract extends SyntaxPlugin
|
||||
'randlinks' => (int)$this->getConf('default_randlinks'),
|
||||
'showsize' => $defaultShowSize,
|
||||
'showdate' => $defaultShowDate,
|
||||
'listsep' => (string)$this->getConf('default_listsep'),
|
||||
'maxheight' => (int)$this->getConf('default_maxheight'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user