aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/composite.c b/src/composite.c
index 9bbd4550c7b..2da98cfc36c 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -698,10 +698,6 @@ composition_gstring_from_id (ptrdiff_t id)
698 return HASH_VALUE (h, id); 698 return HASH_VALUE (h, id);
699} 699}
700 700
701static Lisp_Object fill_gstring_header (Lisp_Object, Lisp_Object,
702 Lisp_Object, Lisp_Object,
703 Lisp_Object);
704
705bool 701bool
706composition_gstring_p (Lisp_Object gstring) 702composition_gstring_p (Lisp_Object gstring)
707{ 703{
@@ -791,7 +787,8 @@ static Lisp_Object gstring_work;
791static Lisp_Object gstring_work_headers; 787static Lisp_Object gstring_work_headers;
792 788
793static Lisp_Object 789static Lisp_Object
794fill_gstring_header (Lisp_Object header, Lisp_Object start, Lisp_Object end, Lisp_Object font_object, Lisp_Object string) 790fill_gstring_header (Lisp_Object header, Lisp_Object start, Lisp_Object end,
791 Lisp_Object font_object, Lisp_Object string)
795{ 792{
796 ptrdiff_t from, to, from_byte; 793 ptrdiff_t from, to, from_byte;
797 ptrdiff_t len, i; 794 ptrdiff_t len, i;