Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Foaly committed Sep 7, 2017
1 parent 158f410 commit 0dd24c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFML/Window/OSX/ClipboardImpl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

NSPasteboard* pboard = [NSPasteboard generalPasteboard];
[pboard declareTypes:@[NSPasteboardTypeString] owner:nil];
BOOL ok = [pboard setString:data forType:NSPasteboardTypeString];
[pboard setString:data forType:NSPasteboardTypeString];

[data release];
}
Expand Down

0 comments on commit 0dd24c8

Please sign in to comment.