dammit! remove debug code that slipped in during my r2568 commit, I

knew if I left it around it would slip in, sigh. thanks murphy.

Originally committed to SVN as r2574.
This commit is contained in:
Amar Takhar 2008-12-31 00:23:17 +00:00
parent ba4144d25e
commit 84bda88a9d
1 changed files with 0 additions and 6 deletions

View File

@ -241,12 +241,6 @@ ass_renderer_t* ass_renderer_init(ass_library_t* library)
memset(&text_info, 0, sizeof(text_info));
error = FT_Init_FreeType( &ft );
char path[4096];
*path='\0';
getcwd(path,4096);
printf("PATH: (%s)\n", path);
if ( error ) {
mp_msg(MSGT_ASS, MSGL_FATAL, MSGTR_LIBASS_FT_Init_FreeTypeFailed);
goto ass_init_exit;