summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/scaffolding.c3
1 files changed, 1 insertions, 2 deletions
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;
/**