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-encoding-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-encoding-menu.c') diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index 1d566cf67..8c5536771 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -71,7 +71,7 @@ ephy_encoding_menu_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEncodingMenuClass), NULL, -- cgit v1.2.3