From e05ce1ea2029a942ce0d9a9df018b36d0604f0d5 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 20 Oct 2020 16:55:50 +0200 Subject: UV/Image: Remove Legacy Drawing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With D8234 a new drawing method for UV/Image editor was introduced. For debugging reasons we left the old drawing method in the code base. This patch will remove the old drawing method. Reviewed By: Clément Foucault Differential Revision: https://developer.blender.org/D9011 --- source/blender/editors/include/ED_uvedit.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h index 53fb79bb012..629e77bd4f2 100644 --- a/source/blender/editors/include/ED_uvedit.h +++ b/source/blender/editors/include/ED_uvedit.h @@ -229,12 +229,6 @@ void ED_uvedit_add_simple_uvs(struct Main *bmain, const struct Scene *scene, str /* uvedit_draw.c */ void ED_image_draw_cursor(struct ARegion *region, const float cursor[2]); -void ED_uvedit_draw_main(struct SpaceImage *sima, - const struct Scene *scene, - struct ViewLayer *view_layer, - struct Object *obedit, - struct Object *obact, - struct Depsgraph *depsgraph); /* uvedit_buttons.c */ void ED_uvedit_buttons_register(struct ARegionType *art); -- cgit v1.2.3