[Vm-dev] [commit][3698] JMM cleanup to squeak thrunk branch

commits at squeakvm.org commits at squeakvm.org
Thu May 5 19:29:10 UTC 2016


Revision: 3698
Author:   johnmci
Date:     2016-05-05 12:29:09 -0700 (Thu, 05 May 2016)
Log Message:
-----------
JMM cleanup to squeak thrunk branch

Modified Paths:
--------------
    branches/Cog/platforms/iOS/vm/OSX/sqSqueakOSXApplication+imageReadWrite.m

Modified: branches/Cog/platforms/iOS/vm/OSX/sqSqueakOSXApplication+imageReadWrite.m
===================================================================
--- branches/Cog/platforms/iOS/vm/OSX/sqSqueakOSXApplication+imageReadWrite.m	2016-05-05 17:57:28 UTC (rev 3697)
+++ branches/Cog/platforms/iOS/vm/OSX/sqSqueakOSXApplication+imageReadWrite.m	2016-05-05 19:29:09 UTC (rev 3698)
@@ -120,9 +120,7 @@
 		
 		// At this point we did not find a file name in the resources or in the vm directory or via a set image name
 		if (!fileIsReadable) {
- //           dispatch_sync(dispatch_get_main_queue(), ^{
                 [self attempToOpenImageFromOpenPanel];
- //           });
 		}
 		
 		return;



More information about the Vm-dev mailing list