X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7815fe1985833c57457882b415a29358991dabdc..fa419c2398349f201cfac89c9754c400b709db29:/oldXMenu/Destroy.c diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 906d92fb8c..7f0f614631 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c @@ -15,8 +15,9 @@ #include "XMenuInt.h" +void XMenuDestroy(Display *display, register XMenu *menu) - + /* Menu object to destroy. */ { register XMPane *p_ptr; /* Pointer to the current pane. */ @@ -114,6 +115,3 @@ XMenuDestroy(Display *display, register XMenu *menu) */ free(menu); } - -/* arch-tag: 44c9589f-5893-46fc-bc23-1b03a7f9c015 - (do not change this comment) */