File tree 1 file changed +0
-7
lines changed
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
63
63
static readonly GUIContent onlyLastLogLabel = new GUIContent ( "Only Last Log" , "Show only most recent log." ) ;
64
64
static readonly GUIContent collapseLabel = new GUIContent ( "Collapse" , "Hide repeated messages." ) ;
65
65
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 ;
73
66
private static ConsoleInGame ins ;
74
67
const int margin = 20 ;
75
68
const string windowTitle = "Console" ;
You can’t perform that action at this time.
0 commit comments