From: Steinar H. Gunderson Date: Sat, 20 Feb 2016 13:19:58 +0000 (+0100) Subject: Remove an extern definition that no longer exists. X-Git-Tag: 1.4.0~23 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=404e2f8149e8fe48a4bd21b0c464247e1eecc17e Remove an extern definition that no longer exists. --- diff --git a/init.h b/init.h index 9646cd4..3af6644 100644 --- 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;