diff options
| -rw-r--r-- | services/surfaceflinger/Effects/Daltonizer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/surfaceflinger/Effects/Daltonizer.cpp b/services/surfaceflinger/Effects/Daltonizer.cpp index c953c68dd4..01c9c0fc68 100644 --- a/services/surfaceflinger/Effects/Daltonizer.cpp +++ b/services/surfaceflinger/Effects/Daltonizer.cpp @@ -133,8 +133,6 @@ void Daltonizer::update() { 0.7, 0.7, 1.0, 0, 0, 0, 0, 1); - const mat4 identity; - // And the magic happens here... // We construct the matrix that will perform the whole correction. |