Skip to content
Snippets Groups Projects
Commit 81c0ca4f authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

remove only internally used function from interface

parent 0196e6ea
No related branches found
No related tags found
No related merge requests found
......@@ -23,15 +23,6 @@
interface OC_User_Interface {
/**
* @brief Get all supported actions
* @returns bitwise-or'ed actions
*
* Returns the supported actions as int to be
* compared with OC_USER_BACKEND_CREATE_USER etc.
*/
public function getSupportedActions();
/**
* @brief Check if backend implements actions
* @param $actions bitwise-or'ed actions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment