File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments