Don't mix LOCAL() and qualifiers.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3669 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/jcphuff.c b/common/jpeg/jcphuff.c
index 7b235d7..3102871 100644
--- a/common/jpeg/jcphuff.c
+++ b/common/jpeg/jcphuff.c
@@ -223,7 +223,6 @@
  * 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 @@
  * Emit (or just count) a Huffman symbol.
  */
 
-inline
 LOCAL(void)
 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
 {