Don't need to set everything to zero since it's static

This commit is contained in:
Michael Drake 2012-08-20 23:05:09 +01:00
parent 3b631f473b
commit 634b8f642e
1 changed files with 1 additions and 2 deletions

View File

@ -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;
/**