Skip to content

Commit 7caac5c

Browse files
refactoring
1 parent 4a35b4f commit 7caac5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Module/OutlineText.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ class ReferenceListParser extends BlockElementParser {
7575
private static $currentMatches = false;
7676
private static $currentGroupAndKey = ['group' => false, 'key' => false];
7777

78-
private static $isBegin = false;
79-
private static $group = "";
80-
8178
public static function OnReset() {
8279
static::$currentMatches = false;
8380
static::$currentGroupAndKey = ['group' => false, 'key' => false];

0 commit comments

Comments
 (0)