src/main.cpp

changeset 1219
8e39b5d7c562
parent 1218
e0b59d183f96
child 1220
c4c37abbe22b
--- 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)
 

mercurial