From 60861941d740b92a1eab06f45cfa3db337a537e2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 6 Sep 2006 20:08:18 +0000 Subject: Remove some unnecessary static data. 2006-09-06 Christian Persch * *.c *.cpp: Remove some unnecessary static data. --- src/ephy-home-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-home-action.c') diff --git a/src/ephy-home-action.c b/src/ephy-home-action.c index 7d2357bd3..4ccbe9a8a 100644 --- a/src/ephy-home-action.c +++ b/src/ephy-home-action.c @@ -56,7 +56,7 @@ ephy_home_action_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo type_info = + const GTypeInfo type_info = { sizeof (EphyHomeActionClass), (GBaseInitFunc) NULL, -- cgit v1.2.3