Skip to content

Commit

Permalink
fix: Remove deprecation warning for already removed API
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jul 6, 2023
1 parent 5538a40 commit a5630ab
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 90 deletions.
9 changes: 1 addition & 8 deletions core/src/OCA/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@
*
*/

import Search from './search.js'

/**
* Namespace for apps
*
* @namespace OCA
*/
export default {
/**
* @deprecated 20.0.0, will be removed in Nextcloud 22
*/
Search,
}
export default { }
32 changes: 0 additions & 32 deletions core/src/OCA/search.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/core-login.js

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions dist/core-login.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,28 +212,6 @@
*
*/

/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
* @copyright 2020, Roeland Jago Douma <roeland@famdouma.nl>
*
Expand Down
2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions dist/core-main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -561,28 +561,6 @@
*
*/

/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
* @copyright Bernhard Posselt 2014
*
Expand Down
2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit a5630ab

Please sign in to comment.