Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Ambler <Shane@ShaneWare.Biz>2013-12-08 16:16:26 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-12-08 17:01:27 +0400
commit2288eb824516e54e4dc3f7a802a56ce61983181b (patch)
tree9519bf3b1aaf8ab07ab4a7c811b427da842561f8 /source/blender/imbuf/intern/cineon
parent05e96ba1609175e5582b8d89647b04382633a0ad (diff)
Code cleanup: delete cineon header files that were empty but not deleted.
Reviewed By: brecht Differential Revision: http://developer.blender.org/D85
Diffstat (limited to 'source/blender/imbuf/intern/cineon')
-rw-r--r--source/blender/imbuf/intern/cineon/CMakeLists.txt3
-rw-r--r--source/blender/imbuf/intern/cineon/cineonfile.h0
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c2
-rw-r--r--source/blender/imbuf/intern/cineon/dpxfile.h0
-rw-r--r--source/blender/imbuf/intern/cineon/logImageLib.h0
5 files changed, 0 insertions, 5 deletions
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
--- a/source/blender/imbuf/intern/cineon/cineonfile.h
+++ /dev/null
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
--- a/source/blender/imbuf/intern/cineon/dpxfile.h
+++ /dev/null
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
--- a/source/blender/imbuf/intern/cineon/logImageLib.h
+++ /dev/null