X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d52969e8afaa19ed1acc01f4ff0bb651bf7869a7..df99b3496d00202a6f98c22b65417712c34a6b7d:/oldXMenu/XDelAssoc.c diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index 43446ae8a2..ec1d09d46e 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c @@ -2,15 +2,7 @@ #include "copyright.h" - -#include -#include "X10.h" -struct qelem { - struct qelem *q_forw; - struct qelem *q_back; - char q_data[1]; -}; -void emacs_remque(struct qelem*); +#include "XMenuInt.h" /* * XDeleteAssoc - Delete an association in an XAssocTable keyed on @@ -56,6 +48,3 @@ XDeleteAssoc(register Display *dpy, register XAssocTable *table, register XID x_ /* It is apparently not in the table. */ return; } - -/* arch-tag: 90981a7e-601c-487a-b364-cdf55d6c475b - (do not change this comment) */