diff --git a/library/Icinga/Authentication/UserGroup/IniUserGroupBackend.php b/library/Icinga/Authentication/UserGroup/IniUserGroupBackend.php index e70c9953c..a9d73038c 100644 --- a/library/Icinga/Authentication/UserGroup/IniUserGroupBackend.php +++ b/library/Icinga/Authentication/UserGroup/IniUserGroupBackend.php @@ -35,20 +35,6 @@ class IniUserGroupBackend extends IniRepository implements UserGroupBackendInter */ protected $filterColumns = array('group', 'parent'); - /** - * The default sort rules to be applied on a query - * - * @var array - */ - protected $sortRules = array( - 'group_name' => array( - 'columns' => array( - 'group_name', - 'parent_name' - ) - ) - ); - /** * The value conversion rules to apply on a query *