From ab36eaa9474731b820c2f700f7b7c1c2f5404270 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 31 Dec 2003 16:51:28 +0000 Subject: - removed Quicktime warning from buttons. Thanks for the fix Maarten! --- source/blender/src/buttons_scene.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source') 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 -- cgit v1.2.3