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. --- lib/widgets/ephy-spinner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/widgets/ephy-spinner.c') diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 1371ea3dd..3bf36bc65 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -104,7 +104,7 @@ ephy_spinner_cache_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphySpinnerCacheClass), NULL, @@ -534,7 +534,7 @@ ephy_spinner_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphySpinnerClass), NULL, /* base_init */ -- cgit v1.2.3