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-lockdown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-lockdown.c') diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c index 046aff66c..142e83e10 100644 --- a/src/ephy-lockdown.c +++ b/src/ephy-lockdown.c @@ -316,7 +316,7 @@ ephy_lockdown_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyLockdownClass), NULL, /* base_init */ @@ -328,7 +328,7 @@ ephy_lockdown_get_type (void) 0, /* n_preallocs */ (GInstanceInitFunc) ephy_lockdown_init }; - static const GInterfaceInfo extension_info = + const GInterfaceInfo extension_info = { (GInterfaceInitFunc) ephy_lockdown_iface_init, NULL, -- cgit v1.2.3