From 93e8c962fcc1f9979d4dbb539d5ff4e1f5295068 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Oct 2019 07:39:45 +1000 Subject: Cleanup: unused structs, struct members --- source/blender/imbuf/intern/imageprocess.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/imbuf/intern/imageprocess.c') diff --git a/source/blender/imbuf/intern/imageprocess.c b/source/blender/imbuf/intern/imageprocess.c index 49e9c4c54d2..ec03a0a07b8 100644 --- a/source/blender/imbuf/intern/imageprocess.c +++ b/source/blender/imbuf/intern/imageprocess.c @@ -401,11 +401,6 @@ typedef struct ScanlineGlobalData { int total_scanlines; } ScanlineGlobalData; -typedef struct ScanlineTask { - int start_scanline; - int num_scanlines; -} ScanlineTask; - static void processor_apply_scanline_func(TaskPool *__restrict pool, void *taskdata, int UNUSED(threadid)) -- cgit v1.2.3