Removed a bad error message :)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1246 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-10-27 10:39:50 +00:00
parent 17190bd158
commit fd91756a9e

View File

@ -313,7 +313,6 @@ bool Window::SetActive(bool active) const
} }
else else
{ {
std::cerr << "Trying to activate the window, but it doesn't have a valid context" << std::endl;
return false; return false;
} }
} }