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 <[email protected]>
  • Loading branch information
susnux committed Jul 6, 2023
1 parent 5538a40 commit 23bc7a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 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.

0 comments on commit 23bc7a2

Please sign in to comment.