- removed Quicktime warning from buttons. Thanks for the fix Maarten!

This commit is contained in:
Ton Roosendaal 2003-12-31 16:51:28 +00:00
parent f351708967
commit ab36eaa947

@ -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