diff --git a/samples/window/Window.cpp b/samples/window/Window.cpp index ca469a4d6..a2860e64a 100644 --- a/samples/window/Window.cpp +++ b/samples/window/Window.cpp @@ -1,37 +1,3 @@ -/* -#include - -void f(void*) -{ - sf::Context context; -} - -int main() -{ - { - sf::Thread t(&f); - t.Launch(); - } - - { - sf::Window window(sf::VideoMode(640, 480), "Test"); - - { - sf::Thread t(&f); - t.Launch(); - } - } - - { - sf::Thread t(&f); - t.Launch(); - } - - return 0; -} -*/ - - //////////////////////////////////////////////////////////// // Headers @@ -150,4 +116,3 @@ int main() return EXIT_SUCCESS; } -