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

Commit bc15e77

Browse files
Removing unused timelineBarColor from Styles
1 parent e68735f commit bc15e77

File tree

1 file changed

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

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ class Styles
9797
lockIcon,
9898
dropdownListIcon;
9999

100-
private static Color timelineBarColor;
101-
102100
public static Texture2D GetFileStatusIcon(GitFileStatus status, bool isLocked)
103101
{
104102
if (isLocked)
@@ -597,18 +595,6 @@ public static GUIStyle GenericBoxStyle
597595
}
598596
}
599597

600-
public static Color TimelineBarColor
601-
{
602-
get
603-
{
604-
if (timelineBarColor == null)
605-
{
606-
timelineBarColor = new Color(0.51F, 0.51F, 0.51F, 0.2F);
607-
}
608-
return timelineBarColor;
609-
}
610-
}
611-
612598
public static Texture2D ActiveBranchIcon
613599
{
614600
get

0 commit comments

Comments
 (0)