UI: remove splash from help menu

Already accessible in the app-menu.
This commit is contained in:
Campbell Barton 2019-05-15 21:51:44 +10:00
parent 64acb70e7f
commit 630b08c960
1 changed files with 0 additions and 4 deletions

View File

@ -564,10 +564,6 @@ class TOPBAR_MT_help(Menu):
layout.operator("wm.sysinfo")
layout.separator()
layout.operator("wm.splash", icon='BLENDER')
class TOPBAR_MT_file_context_menu(Menu):
bl_label = "File Context Menu"