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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-12-31 19:51:28 +0300
committerTon Roosendaal <ton@blender.org>2003-12-31 19:51:28 +0300
commitab36eaa9474731b820c2f700f7b7c1c2f5404270 (patch)
treeada14b17a17f4fce899e9fc0dc50815507a2cddf /source
parentf3517089677328ed4ae7dbe4f4dfe27351b8cbd3 (diff)
- removed Quicktime warning from buttons. Thanks for the fix Maarten!
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/buttons_scene.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index 94c445afbcc..9eee1e35e31 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -599,9 +599,6 @@ void do_render_panels(unsigned short event)
case B_SELECTCODEC:
#if defined (_WIN32) || defined (__APPLE__)
if ((G.scene->r.imtype == R_QUICKTIME)) { /* || (G.scene->r.qtcodecdata)) */
-#ifdef __APPLE__
- notice("Warning: the 'Options' button in the next dialog causes a freeze...");
-#endif /* __APPLE__ */
get_qtcodec_settings();
}
#ifdef _WIN32