mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
Remove logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40327 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d801f513e
commit
958d3cb040
1 changed files with 0 additions and 2 deletions
|
@ -2672,7 +2672,6 @@ static NSColor *dtxtCol;
|
|||
GSCellFlags cellFLags;
|
||||
unsigned long flagValue = [aDecoder decodeIntForKey: @"NSCellFlags"];
|
||||
memcpy(&cellFLags, &flagValue, sizeof(cellFLags));
|
||||
//NSWarnMLog(@"title: %@ cellFLags: %u", [self title], flagValue);
|
||||
|
||||
[self setFocusRingType: cellFLags.focusRingType];
|
||||
[self setShowsFirstResponder: cellFLags.showsFirstResponder];
|
||||
|
@ -2703,7 +2702,6 @@ static NSColor *dtxtCol;
|
|||
{
|
||||
GSCellFlags2Union cFlags2;
|
||||
cFlags2.value = [aDecoder decodeIntForKey: @"NSCellFlags2"];
|
||||
//NSWarnMLog(@"title: %@ cFlags2: %u", [self title], cFlags2.value);
|
||||
|
||||
[self setControlTint: cFlags2.flags.controlTint];
|
||||
[self setLineBreakMode: cFlags2.flags.lineBreakMode];
|
||||
|
|
Loading…
Reference in a new issue