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:
Diffstat (limited to 'source/blender/quicktime/quicktime_import.h')
-rw-r--r--source/blender/quicktime/quicktime_import.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h
index 4ec435db982..e45720496cc 100644
--- a/source/blender/quicktime/quicktime_import.h
+++ b/source/blender/quicktime/quicktime_import.h
@@ -42,18 +42,6 @@
#include "../imbuf/IMB_imbuf.h"
#include "../imbuf/IMB_imbuf_types.h"
-#ifndef USE_QTKIT
-# ifndef __MOVIES__
-# ifdef _WIN32
-# include <Movies.h>
-# elif defined(__APPLE__)
-# define __CARBONSOUND__
-# import <Carbon/Carbon.h>
-# include <QuickTime/Movies.h>
-# endif
-# endif /* __MOVIES__ */
-#endif /* USE_QTKIT */
-
#ifdef _WIN32
# ifndef __FIXMATH__
# include <FixMath.h>