Don't need to set everything to zero since it's static
This commit is contained in:
parent
3b631f473b
commit
634b8f642e
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue