Delete unnecessary message when closing window integrated in an NSView

This commit is contained in:
jqdg 2021-08-24 13:53:05 -07:00 committed by Lukas Dürrenberger
parent c80cbb9c97
commit 85e72faf5e

View File

@ -197,7 +197,7 @@
//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////
-(void)closeWindow -(void)closeWindow
{ {
sf::err() << "Cannot close SFML area when SFML is integrated in a NSView." << std::endl; // If the "window" is really a view, this is a no-op.
} }