diff options
| author | Dmitry Antipov | 2014-07-12 08:06:32 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-12 08:06:32 +0400 |
| commit | cf90015a108bc5719ce219b281b6952bc9c0ffb4 (patch) | |
| tree | 303dd49359629695066d32a7f06081462a60d91d /oldXMenu/XMenuInt.h | |
| parent | 6a89fc81ea7b94ddf20775a2c85811bdf9a775d6 (diff) | |
| download | emacs-cf90015a108bc5719ce219b281b6952bc9c0ffb4.tar.gz emacs-cf90015a108bc5719ce219b281b6952bc9c0ffb4.zip | |
* XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
pacify -Wredundant-decls.
Diffstat (limited to 'oldXMenu/XMenuInt.h')
| -rw-r--r-- | oldXMenu/XMenuInt.h | 1 |
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); | |||
| 62 | void _XMRefreshSelection(Display *display, XMenu *menu, XMSelect *select); | 62 | void _XMRefreshSelection(Display *display, XMenu *menu, XMSelect *select); |
| 63 | void emacs_insque (void *elem, void *prev); | 63 | void emacs_insque (void *elem, void *prev); |
| 64 | void emacs_remque (void *elem); | 64 | void emacs_remque (void *elem); |
| 65 | void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id); | ||
| 66 | void XDestroyAssocTable(XAssocTable *table); | 65 | void XDestroyAssocTable(XAssocTable *table); |
| 67 | void XMakeAssoc(Display *dpy, XAssocTable *table, XID x_id, void *data); | 66 | void XMakeAssoc(Display *dpy, XAssocTable *table, XID x_id, void *data); |
| 68 | void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id); | 67 | void XDeleteAssoc(Display *dpy, XAssocTable *table, XID x_id); |