From 2288eb824516e54e4dc3f7a802a56ce61983181b Mon Sep 17 00:00:00 2001 From: Shane Ambler Date: Sun, 8 Dec 2013 13:16:26 +0100 Subject: Code cleanup: delete cineon header files that were empty but not deleted. Reviewed By: brecht Differential Revision: http://developer.blender.org/D85 --- source/blender/imbuf/intern/cineon/CMakeLists.txt | 3 --- source/blender/imbuf/intern/cineon/cineonfile.h | 0 source/blender/imbuf/intern/cineon/cineonlib.c | 2 -- source/blender/imbuf/intern/cineon/dpxfile.h | 0 source/blender/imbuf/intern/cineon/logImageLib.h | 0 5 files changed, 5 deletions(-) delete mode 100644 source/blender/imbuf/intern/cineon/cineonfile.h delete mode 100644 source/blender/imbuf/intern/cineon/dpxfile.h delete mode 100644 source/blender/imbuf/intern/cineon/logImageLib.h (limited to 'source/blender/imbuf/intern') diff --git a/source/blender/imbuf/intern/cineon/CMakeLists.txt b/source/blender/imbuf/intern/cineon/CMakeLists.txt index 0028cdb4701..c96db4e4a3d 100644 --- a/source/blender/imbuf/intern/cineon/CMakeLists.txt +++ b/source/blender/imbuf/intern/cineon/CMakeLists.txt @@ -39,12 +39,9 @@ set(INC_SYS set(SRC cin_debug_stuff.h - cineonfile.h cineonlib.h - dpxfile.h dpxlib.h logImageCore.h - logImageLib.h logmemfile.h cineon_dpx.c diff --git a/source/blender/imbuf/intern/cineon/cineonfile.h b/source/blender/imbuf/intern/cineon/cineonfile.h deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c index fddfa2618c2..b80a381ebbb 100644 --- a/source/blender/imbuf/intern/cineon/cineonlib.c +++ b/source/blender/imbuf/intern/cineon/cineonlib.c @@ -40,8 +40,6 @@ #include "BLI_math_base.h" #include "BLI_utildefines.h" -#include "logImageLib.h" - #include "MEM_guardedalloc.h" /* diff --git a/source/blender/imbuf/intern/cineon/dpxfile.h b/source/blender/imbuf/intern/cineon/dpxfile.h deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/source/blender/imbuf/intern/cineon/logImageLib.h b/source/blender/imbuf/intern/cineon/logImageLib.h deleted file mode 100644 index e69de29bb2d..00000000000 -- cgit v1.2.3