aboutsummaryrefslogtreecommitdiffstats
path: root/common/vecmat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/vecmat.cpp')
-rw-r--r--common/vecmat.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/vecmat.cpp b/common/vecmat.cpp
index ccb9ad9f..50c2ff5b 100644
--- a/common/vecmat.cpp
+++ b/common/vecmat.cpp
@@ -2,11 +2,3 @@
#include "config.h"
#include "vecmat.h"
-
-
-const aluMatrixf aluMatrixf::Identity{{
- { 1.0f, 0.0f, 0.0f, 0.0f },
- { 0.0f, 1.0f, 0.0f, 0.0f },
- { 0.0f, 0.0f, 1.0f, 0.0f },
- { 0.0f, 0.0f, 0.0f, 1.0f },
-}};