From d7619fd81586585e1938b56d97a4f4c4505fc306 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Sep 2006 18:56:21 +0000 Subject: Remove unnecessary 'static' in type definition that causes a relocation. 2006-09-13 Behdad Esfahbod * pango/pango-engine.h: Remove unnecessary 'static' in type definition that causes a relocation. * pango/shape.c (pango_shape): Make sure last_cluster is invalid. --- pango/pango-engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/pango-engine.h') diff --git a/pango/pango-engine.h b/pango/pango-engine.h index 2bd80c92..44ae681a 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -270,7 +270,7 @@ static GType prefix ## _type; \ static void \ prefix ## _register_type (GTypeModule *module) \ { \ - static const GTypeInfo object_info = \ + const GTypeInfo object_info = \ { \ sizeof (name ## Class), \ (GBaseInitFunc) NULL, \ -- cgit v1.2.1