Preferences: remove OpenGL select method preference.

Deprecated GL_SELECT no longer works in OpenGL core profile, so there is no
reason to have this.
This commit is contained in:
2019-01-16 15:18:44 +01:00
parent 49562da98d
commit ece72e15d5
7 changed files with 8 additions and 72 deletions

View File

@@ -667,7 +667,6 @@ class USERPREF_PT_system_opengl_selection(PreferencePanel):
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
flow.prop(system, "select_method", text="Selection Method")
flow.prop(system, "use_select_pick_depth")