Skip to content

Commit cf87d85

Browse files
committed
Update ConsoleInGame.cs
1 parent 93d343f commit cf87d85

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Runtime/ConsoleInGame.cs

-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ public class ConsoleInGame : MonoBehaviour
6363
static readonly GUIContent onlyLastLogLabel = new GUIContent("Only Last Log", "Show only most recent log.");
6464
static readonly GUIContent collapseLabel = new GUIContent("Collapse", "Hide repeated messages.");
6565
static GUIStyle dividerStyle;
66-
private static event Action OnToggleShowChangedEvent;
67-
private static event Action<float> OnCustomWidthChangedEvent;
68-
private static event Action<float> OnCustomHeightChangedEvent;
69-
private static event Action<bool> OnCustomSizeWindowChangedEvent;
70-
private static event Action<int> OnLogFontSizeChangedEvent;
71-
private static event Action<float> OnScaleFactorChangedEvent;
72-
private static event Func<bool> OnGetCustomSizeWindowEvent;
7366
private static ConsoleInGame ins;
7467
const int margin = 20;
7568
const string windowTitle = "Console";

0 commit comments

Comments
 (0)