diff --git a/model/DataObject.php b/model/DataObject.php index 8c47bb8b5..a444e8fdc 100644 --- a/model/DataObject.php +++ b/model/DataObject.php @@ -3737,11 +3737,6 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity */ private static $summary_fields = null; - /** - * Provides a list of allowed methods that can be called via RESTful api. - */ - public static $allowed_actions = null; - /** * Collect all static properties on the object * which contain natural language, and need to be translated.