summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model/IIndex.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndex.php')
-rw-r--r--lib/public/FullTextSearch/Model/IIndex.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php
index 7078962d99e..fb279336c55 100644
--- a/lib/public/FullTextSearch/Model/IIndex.php
+++ b/lib/public/FullTextSearch/Model/IIndex.php
@@ -45,8 +45,6 @@ namespace OCP\FullTextSearch\Model;
* @package OCP\FullTextSearch\Model
*/
interface IIndex {
-
-
const INDEX_OK = 1;
const INDEX_IGNORE = 2;
@@ -282,6 +280,4 @@ interface IIndex {
* @return int
*/
public function getLastIndex(): int;
-
-
}