Code cleanup: Remove "TexFace to Material Convert", from the file menu. This was used for conversion from older 2.5x files. The do_version() code is still there and functioning though.

This commit is contained in:
Thomas Dinges
2013-12-14 10:48:12 +01:00
parent dda37dbc5c
commit 01fc7a687a
5 changed files with 8 additions and 39 deletions

View File

@@ -256,8 +256,6 @@ class INFO_MT_help(Menu):
layout.operator("wm.operator_cheat_sheet", icon='TEXT')
layout.operator("wm.sysinfo", icon='TEXT')
layout.separator()
layout.operator("logic.texface_convert", text="TexFace to Material Convert", icon='GAME')
layout.separator()
layout.operator("wm.splash", icon='BLENDER')