diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-07-12 08:06:32 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-07-12 08:06:32 +0400 |
commit | cf90015a108bc5719ce219b281b6952bc9c0ffb4 (patch) | |
tree | 303dd49359629695066d32a7f06081462a60d91d /oldXMenu | |
parent | 6a89fc81ea7b94ddf20775a2c85811bdf9a775d6 (diff) | |
download | emacs-cf90015a108bc5719ce219b281b6952bc9c0ffb4.tar.gz |
* XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
pacify -Wredundant-decls.
Diffstat (limited to 'oldXMenu')
-rw-r--r-- | oldXMenu/ChangeLog | 5 | ||||
-rw-r--r-- | oldXMenu/XMenuInt.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 2bccaf2f6ef..1d98a544d25 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -1,3 +1,8 @@ +2014-07-12 Dmitry Antipov <dmantipov@yandex.ru> + + * XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to + pacify -Wredundant-decls. + 2014-06-28 Glenn Morris <rgm@gnu.org> * deps.mk (${OBJS}): Depend on ../src/config.h. diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 1edef30bc5f..369b8c1a4a9 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h @@ -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); |