Preferences: Remove warning concerning selection in edit mode with MSAA

We don't use MSAA anymore for the selection buffers so this warning is no
longer relevant.
This commit is contained in:
2019-02-28 11:09:25 +01:00
parent 4b916612e1
commit 5397f1e45d

View File

@@ -609,9 +609,6 @@ class USERPREF_PT_viewport_quality(PreferencePanel):
flow.prop(system, "multi_sample", text="Multisampling")
flow.prop(system, "gpencil_multi_sample", text="Grease Pencil Multisampling")
if sys.platform == "linux" and system.multi_sample != 'NONE':
layout.label(text="Might fail for Mesh editing selection!")
class USERPREF_PT_viewport_textures(PreferencePanel):
bl_label = "Textures"