git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Making ITAboutWindowController header public.
[ITKit.git]
/
ITCategory-NSView.m
diff --git
a/ITCategory-NSView.m
b/ITCategory-NSView.m
index
be4332b
..
9016162
100644
(file)
--- a/
ITCategory-NSView.m
+++ b/
ITCategory-NSView.m
@@
-3,7
+3,7
@@
@implementation NSView (ITKitCategory)
- (void)removeAllSubviews {
@implementation NSView (ITKitCategory)
- (void)removeAllSubviews {
- [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
+
[[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
}
- (void)removeSubview:(NSView *)subview {
}
- (void)removeSubview:(NSView *)subview {