From 634b8f642e10dbb3c2c08281cea5170cf50ed785 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 20 Aug 2012 23:05:09 +0100 Subject: Don't need to set everything to zero since it's static --- gtk/scaffolding.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index 7973cc743..2b0036762 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -162,8 +162,7 @@ nsgtk_scaffolding *scaf_list = NULL; /** holds the context data for what's under the pointer, when the contextual * menu is opened. */ -static struct contextual_content current_menu_ctx = { - NULL, NULL, NULL, CTX_FORM_NONE }; +static struct contextual_content current_menu_ctx; /** -- cgit v1.2.3