Skip to content

Commit 037d08b

Browse files
Removed empty vestigial method
1 parent 14b3fd1 commit 037d08b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

InscryptionAPI/AscensionScreens/AscensionScreenManager.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ public static class AscensionScreenManager
1616

1717
internal const int CUSTOM_SCREEN_START = 100;
1818

19-
private static string challengeScreenHoverText = "START RUN";
20-
21-
public static void AdvanceScreenQueue(bool forward=true)
22-
{
23-
24-
}
19+
private static string challengeScreenHoverText = "START RUN";
2520

2621
public static void RegisterScreen<T>() where T : AscensionRunSetupScreenBase
2722
{

0 commit comments

Comments
 (0)