Skip to content

Commit 9d70e89

Browse files
committed
correction due to merge
1 parent 9acc010 commit 9d70e89

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

extensions/twitter/src/main/java/app/revanced/extension/twitter/settings/SettingsStatus.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ public class SettingsStatus {
7676

7777
public static boolean customFont = false;
7878
public static boolean customEmojiFont = false;
79-
80-
public static boolean removeSearchSuggestions = false;
81-
public static void removeSearchSuggestions() {
82-
removeSearchSuggestions = true;
83-
}
84-
85-
public static boolean pauseSearchSuggestions = false;
86-
public static void pauseSearchSuggestions() {
87-
pauseSearchSuggestions = true;
88-
}
89-
9079
public static void showChangelogsPatchEnabled() {
9180
showChangelogsPatchEnabled = true;
9281
}

0 commit comments

Comments
 (0)