From 1e7b20f61585520b183a268662aa1b09c4f469b4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 17 Jan 2018 21:14:09 +0100 Subject: Remove IAppConfig::setValue Signed-off-by: Roeland Jago Douma --- lib/public/IAppConfig.php | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'lib/public/IAppConfig.php') diff --git a/lib/public/IAppConfig.php b/lib/public/IAppConfig.php index 5c831590859..2f268185e62 100644 --- a/lib/public/IAppConfig.php +++ b/lib/public/IAppConfig.php @@ -59,19 +59,6 @@ interface IAppConfig { */ public function getFilteredValues($app); - /** - * sets a value in the appconfig - * @param string $app app - * @param string $key key - * @param string|float|int $value value - * @deprecated 8.0.0 use method setAppValue of \OCP\IConfig - * - * Sets a value. If the key did not exist before it will be created. - * @return void - * @since 7.0.0 - */ - public function setValue($app, $key, $value); - /** * Get all apps using the config * @return array an array of app ids -- cgit v1.2.3