]> git.sesse.net Git - movit/commitdiff
Remove an extern definition that no longer exists.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 Feb 2016 13:19:58 +0000 (14:19 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 Feb 2016 13:19:58 +0000 (14:19 +0100)
init.h

diff --git a/init.h b/init.h
index 9646cd48661dc9ce909db72f0f8fdd426c98bf7c..3af6644facf740b073c94337e86c885483644b4f 100644 (file)
--- a/init.h
+++ b/init.h
@@ -58,7 +58,6 @@ extern float movit_texel_subpixel_precision;
 // If this value is above 0, we will round off explicitly at the very end
 // of the shader.
 extern int movit_num_wrongly_rounded;
-extern bool movit_shader_rounding_supported;
 
 // Whether the GPU in use supports GL_EXT_texture_sRGB.
 extern bool movit_srgb_textures_supported;