[Bf-blender-cvs] [2288eb8] master: Code cleanup: delete cineon header files that were empty but not deleted.

Shane Ambler noreply at git.blender.org
Sun Dec 8 14:01:59 CET 2013


Commit: 2288eb824516e54e4dc3f7a802a56ce61983181b
Author: Shane Ambler
Date:   Sun Dec 8 13:16:26 2013 +0100
http://developer.blender.org/rB2288eb824516e54e4dc3f7a802a56ce61983181b

Code cleanup: delete cineon header files that were empty but not deleted.

Reviewed By: brecht

Differential Revision: http://developer.blender.org/D85

===================================================================

M	source/blender/imbuf/intern/cineon/CMakeLists.txt
D	source/blender/imbuf/intern/cineon/cineonfile.h
M	source/blender/imbuf/intern/cineon/cineonlib.c
D	source/blender/imbuf/intern/cineon/dpxfile.h
D	source/blender/imbuf/intern/cineon/logImageLib.h

===================================================================

diff --git a/source/blender/imbuf/intern/cineon/CMakeLists.txt b/source/blender/imbuf/intern/cineon/CMakeLists.txt
index 0028cdb..c96db4e 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 e69de29..0000000
diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c
index fddfa26..b80a381 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 e69de29..0000000
diff --git a/source/blender/imbuf/intern/cineon/logImageLib.h b/source/blender/imbuf/intern/cineon/logImageLib.h
deleted file mode 100644
index e69de29..0000000




More information about the Bf-blender-cvs mailing list