X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1099930585662f32278796f9943ac8b50a1179f1..435c1d6793ce358f4d2c77c9e9c1ad81fd754651:/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) */