mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
temporarily disable the optimize function
This commit is contained in:
parent
7ea4f054bb
commit
21a57dc324
@ -225,6 +225,9 @@ void HTMLRenderer::TextLineBuffer::set_state (State & state)
|
||||
|
||||
void HTMLRenderer::TextLineBuffer::optimize(void)
|
||||
{
|
||||
// this function needs more work
|
||||
return;
|
||||
|
||||
assert(!states.empty());
|
||||
|
||||
// set proper hash_umask
|
||||
|
Loading…
Reference in New Issue
Block a user