git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework
[ITKit.git]
/
ITCategory-NSView.m
diff --git
a/ITCategory-NSView.m
b/ITCategory-NSView.m
old mode 100755
(executable)
new mode 100644
(file)
index
8c6ed90
..
9016162
--- a/
ITCategory-NSView.m
+++ b/
ITCategory-NSView.m
@@
-1,10
+1,9
@@
#import "ITCategory-NSView.h"
#import "ITCategory-NSView.h"
-
-@implementation NSView (ITCategory)
+@implementation NSView (ITKitCategory)
- (void)removeAllSubviews {
- (void)removeAllSubviews {
- [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
+
[[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
}
- (void)removeSubview:(NSView *)subview {
}
- (void)removeSubview:(NSView *)subview {
@@
-13,4
+12,4
@@
}
}
}
}
-@end
+@end
\ No newline at end of file