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

method not used externally, thus not needed in interface

parent d0aebf05
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,6 @@
*/
interface OC_Group_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