From ece72e15d5789bcb5e9a140131768863d724cff4 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 16 Jan 2019 15:18:44 +0100 Subject: Preferences: remove OpenGL select method preference. Deprecated GL_SELECT no longer works in OpenGL core profile, so there is no reason to have this. --- source/blender/gpu/GPU_select.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/gpu/GPU_select.h') diff --git a/source/blender/gpu/GPU_select.h b/source/blender/gpu/GPU_select.h index f1342a1f6b8..c6e6b0658b9 100644 --- a/source/blender/gpu/GPU_select.h +++ b/source/blender/gpu/GPU_select.h @@ -49,7 +49,6 @@ void GPU_select_begin(unsigned int *buffer, unsigned int bufsize, const struct r bool GPU_select_load_id(unsigned int id); void GPU_select_finalize(void); unsigned int GPU_select_end(void); -bool GPU_select_query_check_active(void); /* cache selection region */ bool GPU_select_is_cached(void); -- cgit v1.2.3