From 5d0b65de8f9e95fe813037ab5435fe547d406adc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 19:26:28 +0200 Subject: a --- test/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test') diff --git a/test/main.cpp b/test/main.cpp index 2ec70290..577b9e0c 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -12,11 +12,6 @@ app::app(const Arguments& arguments): Platform::WindowlessWglApplication{ arguments, Configuration{} -#if 0 - GLConfiguration{} - .setSampleCount(4) - .setFlags(Platform::Sdl2Application::GLConfiguration::Flag::Debug) -#endif } { } @@ -40,6 +35,4 @@ int main(int argc, char** argv) Magnum::Examples::app application{{argc, argv}}; return application.exec(); } -using namespace Magnum::Examples; -//MAGNUM_APPLICATION_MAIN(Magnum::Examples::app) -- cgit v1.2.3