From f13f2468b15a6e80f009833a62e3fc00372007ed Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 9 Apr 2012 11:44:09 +0000 Subject: Removed obsolete menu item struct member. svn path=/trunk/netsurf/; revision=13842 --- atari/global_evnt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'atari/global_evnt.h') diff --git a/atari/global_evnt.h b/atari/global_evnt.h index 86f684d35..1e13264a2 100755 --- a/atari/global_evnt.h +++ b/atari/global_evnt.h @@ -45,7 +45,6 @@ typedef void __CDECL (*menu_evnt_func)(WINDOW * win, int item, int title, void * struct s_menu_item_evnt { short title; /* to which menu this item belongs */ short rid; /* resource ID */ - const char * nsid; /* Netsurf message ID */ menu_evnt_func menu_func; /* click handler */ struct s_accelerator accel; /* accelerator info */ char * menustr; -- cgit v1.2.3