aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSColor+Theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSColor+Theme.h')
-rw-r--r--AppKit/GTMNSColor+Theme.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/AppKit/GTMNSColor+Theme.h b/AppKit/GTMNSColor+Theme.h
deleted file mode 100644
index f63a143..0000000
--- a/AppKit/GTMNSColor+Theme.h
+++ /dev/null
@@ -1,35 +0,0 @@
-//
-// GTMNSColor+Theme.m
-//
-// Category for working with Themes and NSColor
-//
-// Copyright 2006-2008 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations under
-// the License.
-//
-
-#import <Cocoa/Cocoa.h>
-#import <Carbon/Carbon.h>
-
-/// Category for working with Themes and NSColor
-@interface NSColor (GTMColorThemeAdditions)
-
-/// Create up an NSColor based on a Theme Text Color.
-/// Colors will be in the CalibratedRGB color space
-+ (id)gtm_colorWithThemeTextColor:(ThemeTextColor)textColor;
-
-/// Create up an NSColor based on a Theme Brush
-/// Colors will be in the CalibratedRGB color space
-+ (id)gtm_colorWithThemeBrush:(ThemeBrush)brush;
-
-@end