mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Remove commented code and spurious NSLogs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28842 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
36e94f001e
commit
93047c95c1
2 changed files with 1 additions and 5 deletions
|
@ -83,7 +83,6 @@ typedef enum {
|
|||
* otherwise, we retain it.
|
||||
*/
|
||||
- (void) validateTilesSizeWithImage: (NSImage*)image;
|
||||
- (NSImage*) extractImageFrom: (NSImage*) image withRect: (NSRect) rect;
|
||||
|
||||
/* Scale the image to the specified value.
|
||||
*/
|
||||
|
@ -106,6 +105,7 @@ typedef enum {
|
|||
|
||||
/* Utility methods
|
||||
*/
|
||||
- (NSImage*) extractImageFrom: (NSImage*) image withRect: (NSRect) rect;
|
||||
- (NSSize) computeTotalTilesSize;
|
||||
- (void) drawCornersRect: (NSRect)rect;
|
||||
- (void) repeatFillRect: (NSRect)rect;
|
||||
|
|
|
@ -825,8 +825,6 @@ withRepeatedImage: (NSImage*)image
|
|||
}
|
||||
}
|
||||
|
||||
NSLog(@"x1: %d x2: %d", x1, x2);
|
||||
|
||||
for (i = 0; i < s.height; i++)
|
||||
{
|
||||
NSColor *pixelColor = [rep colorAtX: 0 y: i];
|
||||
|
@ -842,7 +840,6 @@ withRepeatedImage: (NSImage*)image
|
|||
break;
|
||||
}
|
||||
}
|
||||
NSLog(@"y1: %d y2: %d", y1, y2);
|
||||
|
||||
scaleFactor = 1.0f;
|
||||
style = GSThemeFillStyleScaleAll;
|
||||
|
@ -885,7 +882,6 @@ withRepeatedImage: (NSImage*)image
|
|||
}
|
||||
else
|
||||
{
|
||||
// images[i] = RETAIN(image);
|
||||
images[i] = [[self extractImageFrom: image withRect: rects[i]] retain];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue