From 01fc7a687a19ef2dc8dac43ed9db69da35e3a55a Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 14 Dec 2013 10:48:12 +0100 Subject: 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. --- source/blender/blenkernel/BKE_material.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_material.h') diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h index 91c1715cca6..e2d49aa51ff 100644 --- a/source/blender/blenkernel/BKE_material.h +++ b/source/blender/blenkernel/BKE_material.h @@ -111,8 +111,8 @@ void free_matcopybuf(void); void copy_matcopybuf(struct Material *ma); void paste_matcopybuf(struct Material *ma); -/* handle backward compatibility for tface/materials called from doversion (fileload=1) or Help Menu (fileload=0) */ -int do_version_tface(struct Main *main, int fileload); +/* handle backward compatibility for tface/materials called from doversion */ +int do_version_tface(struct Main *main); #ifdef __cplusplus } -- cgit v1.2.3