From 6b3eca661dc2d0791ecf07b94ef51f13c3aa6d25 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Mon, 2 Nov 2020 20:59:21 +0100 Subject: Revert "VSE: Media transform redesign" This reverts commit 0277579b2850f0ba097741ca22eb8ae9ccd9bcea. This commit caused build errors on Linux. --- source/blender/imbuf/IMB_imbuf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf.h') diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index 2f848b5be08..839b0b12b83 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -684,8 +684,6 @@ void IMB_rectfill_area(struct ImBuf *ibuf, int x2, int y2, struct ColorManagedDisplay *display); -void IMB_rectfill_area_replace( - const struct ImBuf *ibuf, const float col[4], int x1, int y1, int x2, int y2); void IMB_rectfill_alpha(struct ImBuf *ibuf, const float value); /* This should not be here, really, -- cgit v1.2.3