OSDN Git Service

実験コードをコメントアウト
authormasakih <masakih@users.sourceforge.jp>
Sat, 6 Sep 2014 15:06:38 +0000 (00:06 +0900)
committermasakih <masakih@users.sourceforge.jp>
Sat, 6 Sep 2014 15:06:38 +0000 (00:06 +0900)
KCD/HMMaskSelectView.m

index 2a36bbe..9924909 100644 (file)
@@ -83,6 +83,7 @@ static NSRect maskRects[kNumberOfMask];
        
        [context restoreGraphicsState];
        
+#if 0
        NSBezierPath *path = [NSBezierPath bezierPath];
        for(int i = 0; i < 800; i += 50) {
                [path moveToPoint:NSMakePoint(i, 0)];
@@ -94,6 +95,7 @@ static NSRect maskRects[kNumberOfMask];
        }
        [[NSColor whiteColor] set];
        [path stroke];
+#endif
 }
 
 - (void)mouseUp:(NSEvent *)event