mod: remove printf workaround in djvu.c

the bug seems to be fixed by commit:
4a5b12aaa4
pull/2/merge
Qingping Hou 12 years ago
parent 330d08de68
commit b45450ed67

@ -108,13 +108,6 @@ static int closeDocument(lua_State *L) {
}
if(doc->context != NULL) {
ddjvu_context_release(doc->context);
/*@TODO fix this! 03.03 2012
* it works fine in EMU mode, but if I don't
* add this printf after context_release, kpfview
* simply exit after this function call! */
printf("remeber to fix this bug!\n");
doc->context = NULL;
}
return 0;

Loading…
Cancel
Save