shithub: jbig2

Download patch

ref: 36a8a98780518f0cfe3f4afd9ea34b7b21ba2ac5
parent: d0edf5a64a15f019db986a60e4e6db1846e5e19a
author: Shailesh Mistry <shailesh.mistry@hotmail.co.uk>
date: Fri Feb 10 23:30:56 EST 2017

Bug 697531 : Tidy up unused code.

The first patch for this bug made the error return from
jbig2_word_stream_buf_get_next_word pointless so this
patch removes all the remaining redundant code.

jbig2_word_stream_buf_get_next_word does not need to return
any value so this is now defined as a void type and the rest
of the code has been updated accordingly.