• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheで画像のインラインプレビューを可能にするプラグイン


Commit MetaInfo

Revisiondcdf447a9dc2396d0b9e8583c4af6aa3498a35d7 (tree)
Time2012-05-18 20:46:48
Authormasakih <masakih@user...>
Commitermasakih

Log Message

[Mod] 無意味なコメントアウトを削除

Change Summary

Incremental Difference

--- a/BSInlinePreviewerEx.m
+++ b/BSInlinePreviewerEx.m
@@ -102,9 +102,7 @@ static NSString *const BSInlinePreviewerPreviewed = @"BSInlinePreviewerPreviewed
102102 }];
103103
104104 __block NSUInteger offset = 0;
105-// NSUInteger index = 0;
106105 NSUInteger count = [links count];
107-// for(index = 0; index < count; index++) {
108106 dispatch_apply(count, dispatch_get_global_queue(0,0), ^(size_t index){
109107 id dict = [links objectAtIndex:index];
110108 NSRange range = NSRangeFromString([dict objectForKey:@"Range"]);