summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 19:26:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 19:26:28 +0200
commit5d0b65de8f9e95fe813037ab5435fe547d406adc (patch)
tree7db954b0e425ef9a170c65aa921804d4e4691867 /test
parentf60d07f5d5d8e08be409e1ba2c11d2a936c2af99 (diff)
a
Diffstat (limited to 'test')
-rw-r--r--test/main.cpp7
1 files changed, 0 insertions, 7 deletions
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)