X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d607b96bc2824116a8fe0e5840ce49da7ce4514f..d7aff0d6929c16d15992304dd44c5f528df8f895:/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) */