summaryrefslogtreecommitdiff
path: root/oldXMenu/XMenuInt.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2014-07-12 08:06:32 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2014-07-12 08:06:32 +0400
commitcf90015a108bc5719ce219b281b6952bc9c0ffb4 (patch)
tree303dd49359629695066d32a7f06081462a60d91d /oldXMenu/XMenuInt.h
parent6a89fc81ea7b94ddf20775a2c85811bdf9a775d6 (diff)
downloademacs-cf90015a108bc5719ce219b281b6952bc9c0ffb4.tar.gz
* XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
pacify -Wredundant-decls.
Diffstat (limited to 'oldXMenu/XMenuInt.h')
-rw-r--r--oldXMenu/XMenuInt.h1
1 files changed, 0 insertions, 1 deletions
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);