From 95008b7dc18dff65e556ff9d9ec37f92c0fd3fc9 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 20 Mar 2014 20:16:06 -0700 Subject: [PATCH] Remove unused variable --- src/gl_wrap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gl_wrap.cpp b/src/gl_wrap.cpp index 61b7f6404..6ec326050 100644 --- a/src/gl_wrap.cpp +++ b/src/gl_wrap.cpp @@ -35,7 +35,6 @@ #endif static const float deg2rad = 3.1415926536f / 180.f; -static const float rad2deg = 180.f / 3.1415926536f; static const float pi = 3.1415926535897932384626433832795f; #ifdef __WIN32__