Skip to content

Commit 6595aff

Browse files
committed
Delete unused priority constants and ExprEventClasses registration
1 parent bb6b140 commit 6595aff

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/main/java/org/skriptlang/reflect/syntax/custom/CustomSyntaxModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public void load(SkriptAddon addon) {
5050

5151
// ==Shared==
5252
EffContinue::register,
53-
ExprEventClasses::register,
5453
ExprExpression::register,
5554
ExprMatchedPattern::register,
5655
ExprParseMark::register,
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
package org.skriptlang.reflect.syntax.custom.shared;
22

33
import ch.njol.skript.lang.SyntaxElement;
4-
import ch.njol.skript.lang.Trigger;
5-
import org.skriptlang.skript.registration.SyntaxInfo;
6-
import org.skriptlang.skript.registration.SyntaxRegistry;
7-
import org.skriptlang.skript.util.Priority;
84

95
public interface CustomSyntax extends SyntaxElement {
106

11-
Priority PRIORITY = SyntaxInfo.COMBINED, LOCAL_PRIORITY = Priority.before(PRIORITY);
12-
137
CustomSyntaxInfo<? extends CustomSyntax> info();
148

159
}

0 commit comments

Comments
 (0)