Remove unused use
statements & remove PConfig class
This commit is contained in:
parent
b5c0df439f
commit
800694e9b3
57 changed files with 0 additions and 102 deletions
|
@ -6,9 +6,7 @@
|
|||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\Renderer;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\DI;
|
||||
|
||||
function theme_content(App $a) {
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
* @file view/theme/quattro/style.php
|
||||
*/
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\Profile;
|
||||
|
||||
$uid = $_REQUEST['puid'] ?? 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue