Skip to content

Commit

Permalink
remove pop up test from Wineskin.m
Browse files Browse the repository at this point in the history
  • Loading branch information
doh123 committed Mar 18, 2014
1 parent c25cdb5 commit 55d1eda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wineskin.m/Wineskin.m
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,6 @@ - (void)cleanUpAndShutDown
if (theDash.location != NSNotFound)
{
NSString *entryToRemove = [[result substringFromIndex:theDash.location+1] stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];
[self ds:[NSString stringWithFormat:@"launchctl remove \"%@\"",entryToRemove]];
[self systemCommand:[NSString stringWithFormat:@"launchctl remove \"%@\"",entryToRemove]];
}
}
Expand Down

0 comments on commit 55d1eda

Please sign in to comment.