aboutsummaryrefslogtreecommitdiff
path: root/jcphuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'jcphuff.c')
-rw-r--r--jcphuff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/jcphuff.c b/jcphuff.c
index 7b235d7..3102871 100644
--- a/jcphuff.c
+++ b/jcphuff.c
@@ -223,7 +223,6 @@ dump_buffer (phuff_entropy_ptr entropy)
* between calls, so 24 bits are sufficient.
*/
-inline
LOCAL(void)
emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size)
/* Emit some bits, unless we are in gather mode */
@@ -276,7 +275,6 @@ flush_bits (phuff_entropy_ptr entropy)
* Emit (or just count) a Huffman symbol.
*/
-inline
LOCAL(void)
emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
{