Skip to content
Snippets Groups Projects
Commit d5f3fed7 authored by Claudio Cambra's avatar Claudio Cambra Committed by Jean-Baptiste Kempf
Browse files

macosx: Remove now unused VLCLibraryProgressIndicatorForegroundColor


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 1448948a
No related branches found
No related tags found
1 merge request!3665macosx: Colour all accented UI items consistently
...@@ -36,7 +36,6 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -36,7 +36,6 @@ NS_ASSUME_NONNULL_BEGIN
+ (instancetype)VLClibrarySeparatorLightColor; + (instancetype)VLClibrarySeparatorLightColor;
+ (instancetype)VLClibrarySeparatorDarkColor; + (instancetype)VLClibrarySeparatorDarkColor;
+ (instancetype)VLClibraryProgressIndicatorBackgroundColor; + (instancetype)VLClibraryProgressIndicatorBackgroundColor;
+ (instancetype)VLClibraryProgressIndicatorForegroundColor;
+ (instancetype)VLClibraryItemBorderLightColor; + (instancetype)VLClibraryItemBorderLightColor;
+ (instancetype)VLClibraryItemBorderDarkColor; + (instancetype)VLClibraryItemBorderDarkColor;
+ (instancetype)VLClibraryCollectionViewItemBackgroundLightColor; + (instancetype)VLClibraryCollectionViewItemBackgroundLightColor;
......
...@@ -78,11 +78,6 @@ ...@@ -78,11 +78,6 @@
return [NSColor colorWithRed:37./255. green:41./255. blue:44./255. alpha:.8]; return [NSColor colorWithRed:37./255. green:41./255. blue:44./255. alpha:.8];
} }
+ (instancetype)VLClibraryProgressIndicatorForegroundColor
{
return [NSColor colorWithRed:246./255. green:127./255. blue:0. alpha:1.];
}
+ (instancetype)VLClibraryItemBorderLightColor + (instancetype)VLClibraryItemBorderLightColor
{ {
return [NSColor colorWithRed:0.89 green:0.89 blue:0.91 alpha:1.]; return [NSColor colorWithRed:0.89 green:0.89 blue:0.91 alpha:1.];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment