From 9ac0b4ff056060cab78b2b787bc567d72295f3f9 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 2 Oct 2014 14:34:53 +0200 Subject: Fix T42033 UVs shown while rendering in texture paint mode. This should be included in final release build. --- source/blender/editors/include/ED_image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h index db13c628ade..a9995de068e 100644 --- a/source/blender/editors/include/ED_image.h +++ b/source/blender/editors/include/ED_image.h @@ -69,8 +69,6 @@ void ED_image_point_pos__reverse(struct SpaceImage *sima, struct ARegion *ar, co bool ED_space_image_show_render(struct SpaceImage *sima); bool ED_space_image_show_paint(struct SpaceImage *sima); bool ED_space_image_show_uvedit(struct SpaceImage *sima, struct Object *obedit); -bool ED_space_image_show_texpaint(struct SpaceImage *sima, struct Object *ob); -bool ED_space_image_show_uvshadow(struct SpaceImage *sima, struct Object *obedit); bool ED_space_image_paint_curve(const struct bContext *C); -- cgit v1.2.3