diff options
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); 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); |