BathyScapheで画像のインラインプレビューを可能にするプラグイン
| Revision | dcdf447a9dc2396d0b9e8583c4af6aa3498a35d7 (tree) |
|---|---|
| Time | 2012-05-18 20:46:48 |
| Author | masakih <masakih@user...> |
| Commiter | masakih |
[Mod] 無意味なコメントアウトを削除
| @@ -102,9 +102,7 @@ static NSString *const BSInlinePreviewerPreviewed = @"BSInlinePreviewerPreviewed | ||
| 102 | 102 | }]; |
| 103 | 103 | |
| 104 | 104 | __block NSUInteger offset = 0; |
| 105 | -// NSUInteger index = 0; | |
| 106 | 105 | NSUInteger count = [links count]; |
| 107 | -// for(index = 0; index < count; index++) { | |
| 108 | 106 | dispatch_apply(count, dispatch_get_global_queue(0,0), ^(size_t index){ |
| 109 | 107 | id dict = [links objectAtIndex:index]; |
| 110 | 108 | NSRange range = NSRangeFromString([dict objectForKey:@"Range"]); |