Author: mlytwyn
Date: Mon Feb 6 23:19:25 2017
New Revision: 40327
URL: http://svn.gna.org/viewcvs/gnustep?rev=40327&view=rev
Log:
Remove logs
Modified:
libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m
Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m?rev=40327&r1=40326&r2=40327&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m Mon Feb 6
23:19:25 2017
@@ -2672,7 +2672,6 @@
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 @@
{
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];
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs