* Remove view3d.tool_properties reference from UI after removal of this operator.

This commit is contained in:
Thomas Dinges 2011-10-24 20:02:34 +00:00
parent 05334492a3
commit f673fc9293

@ -282,7 +282,6 @@ class VIEW3D_MT_view(Menu):
layout.operator("view3d.properties", icon='MENU_PANEL')
layout.operator("view3d.toolshelf", icon='MENU_PANEL')
layout.operator("view3d.tool_properties", icon='MENU_PANEL')
layout.separator()