Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0221b72

Browse files
Removing unused field from Styles
1 parent 161ee17 commit 0221b72

File tree

1 file changed

+0
-2
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/Misc

1 file changed

+0
-2
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/Misc/Styles.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class Styles
4949

5050
private const string WarningLabel = "<b>Warning:</b> {0}";
5151

52-
private static Color headerGreyColor = new Color(0.878f, 0.878f, 0.878f, 1.0f);
53-
5452
private static GUIStyle label,
5553
boldLabel,
5654
errorLabel,

0 commit comments

Comments
 (0)