--- a/src/main.cpp Thu Jan 04 19:52:24 2018 +0200
+++ b/src/main.cpp Thu Jan 04 20:21:36 2018 +0200
@@ -36,7 +36,6 @@
MainWindow* g_win = nullptr;
ConfigurationValueBag config;
-const Matrix IdentityMatrix({1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f});
ConfigOption(bool FirstStart = true)