From 404e2f8149e8fe48a4bd21b0c464247e1eecc17e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 20 Feb 2016 14:19:58 +0100 Subject: [PATCH] Remove an extern definition that no longer exists. --- init.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2