summaryrefslogtreecommitdiff
path: root/modules/rest/helpers/rest_event.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rest/helpers/rest_event.php')
-rw-r--r--modules/rest/helpers/rest_event.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/rest/helpers/rest_event.php b/modules/rest/helpers/rest_event.php
index f23b9a58..6a42e893 100644
--- a/modules/rest/helpers/rest_event.php
+++ b/modules/rest/helpers/rest_event.php
@@ -55,13 +55,6 @@ class rest_event {
}
/**
- * Called when user is editing their own form
- */
- static function user_edit_form($user, $form) {
- self::_get_access_key_form($user, $form);
- }
-
- /**
* Get the form fields for user edit
*/
static function _get_access_key_form($user, $form) {