@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | |
| 25 | 25 | use OC\BackgroundJob\TimedJob; |
| 26 | -use OC\Installer; |
|
| 27 | 26 | use OC\Updater\VersionCheck; |
| 28 | 27 | use OCP\App\IAppManager; |
| 29 | 28 | use OCP\Http\Client\IClientService; |
@@ -807,9 +807,6 @@ |
||
| 807 | 807 | /** |
| 808 | 808 | * List all apps, this is used in apps.php |
| 809 | 809 | * |
| 810 | - * @param bool $onlyLocal |
|
| 811 | - * @param bool $includeUpdateInfo Should we check whether there is an update |
|
| 812 | - * in the app store? |
|
| 813 | 810 | * @return array |
| 814 | 811 | */ |
| 815 | 812 | public static function listAllApps() { |
@@ -33,7 +33,6 @@ |
||
| 33 | 33 | use OC\Files\View; |
| 34 | 34 | use OC\Server; |
| 35 | 35 | use OC\Settings\Controller\SettingsPageController; |
| 36 | -use OC\Settings\Controller\AppSettingsController; |
|
| 37 | 36 | use OC\Settings\Controller\AuthSettingsController; |
| 38 | 37 | use OC\Settings\Controller\CertificateController; |
| 39 | 38 | use OC\Settings\Controller\CheckSetupController; |