mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
pacify -Wredundant-decls.
This commit is contained in:
parent
6a89fc81ea
commit
cf90015a10
2 changed files with 5 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ void _XMRefreshPane(Display *display, XMenu *menu, XMPane *pane);
|
|||
void _XMRefreshSelection(Display *display, XMenu *menu, XMSelect *select);
|
||||
void emacs_insque (void *elem, void *prev);
|
||||
void emacs_remque (void *elem);
|
||||
void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id);
|
||||
void XDestroyAssocTable(XAssocTable *table);
|
||||
void XMakeAssoc(Display *dpy, XAssocTable *table, XID x_id, void *data);
|
||||
void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue