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. --- embed/ephy-embed-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-dialog.c') diff --git a/embed/ephy-embed-dialog.c b/embed/ephy-embed-dialog.c index 3677f891c..d747ad761 100644 --- a/embed/ephy-embed-dialog.c +++ b/embed/ephy-embed-dialog.c @@ -61,7 +61,7 @@ ephy_embed_dialog_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEmbedDialogClass), NULL, /* base_init */ -- cgit v1.2.3