mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +00:00
Remove some debugging code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2256 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf12b45df0
commit
bec518f970
2 changed files with 3 additions and 4 deletions
|
@ -62,8 +62,9 @@
|
||||||
//
|
//
|
||||||
- (void)drawRect:(NSRect)rect
|
- (void)drawRect:(NSRect)rect
|
||||||
{
|
{
|
||||||
NSLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x, rect.origin.y,
|
NSDebugLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x,
|
||||||
rect.size.width, rect.size.height);
|
rect.origin.y,
|
||||||
|
rect.size.width, rect.size.height);
|
||||||
|
|
||||||
// Draw border
|
// Draw border
|
||||||
if (is_bordered)
|
if (is_bordered)
|
||||||
|
|
|
@ -106,8 +106,6 @@ NSString *NSControlTextDidChangeNotification = @"NSControlTextDidChangeNotificat
|
||||||
id c;
|
id c;
|
||||||
c = NSCopyObject (self, 0, zone);
|
c = NSCopyObject (self, 0, zone);
|
||||||
|
|
||||||
NSLog(@"NSControl: copyWithZone\n");
|
|
||||||
|
|
||||||
// make sure the new copy also has a new copy of the cell
|
// make sure the new copy also has a new copy of the cell
|
||||||
[cell retain];
|
[cell retain];
|
||||||
[c setCell: [[cell copy] autorelease]];
|
[c setCell: [[cell copy] autorelease]];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue