forked from mia/Aegisub
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:
parent
ba4144d25e
commit
84bda88a9d
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue