summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h')
-rw-r--r--frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h b/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h
deleted file mode 100644
index cbcbf2c7f..000000000
--- a/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// NSString_AITruncation.h
-// PSMTabBarControl
-//
-// Created by Evan Schoenberg on 7/14/07.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface NSString (AITruncation)
-- (NSString *)stringWithEllipsisByTruncatingToLength:(NSUInteger)length;
-@end