Skip to content

Commit

Permalink
The real beta 2 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
atg committed Apr 12, 2010
1 parent 271f2c6 commit f658a9f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions IGKApplicationDelegate.m
Expand Up @@ -213,17 +213,6 @@ - (NSPersistentStoreCoordinator *) persistentStoreCoordinator {
{
//There was an error. The user's store is probably an incorrect version. To fix that we delete the store and start again

//Reread the store
if ([persistentStoreCoordinator addPersistentStoreWithType:NSSQLiteStoreType
configuration:nil
URL:url
options:nil
error:&error])
{
return persistentStoreCoordinator;
}


if ([self deleteStoreFromDisk:urlpath])
{
//Reread the store
Expand Down

0 comments on commit f658a9f

Please sign in to comment.