浏览代码

Remove method from future interface

The implementation is protected, so there is no reason to make it
public, is there?
Grégoire Paris 8 年之前
父节点
当前提交
442a703830
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      Admin/AdminInterface.php

+ 0 - 8
Admin/AdminInterface.php

@@ -1072,12 +1072,4 @@ interface AdminInterface
      */
 //    NEXT_MAJOR: uncomment this method in 4.0
     // public function isDefaultFilter($name);
-
-    /*
-     * Returns a list of default filters.
-     *
-     * @return array
-     */
-//    NEXT_MAJOR: uncomment this method in 4.0
-    // public function getDefaultFilterValues();
 }