]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/Destroy.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / oldXMenu / Destroy.c
index 906d92fb8cf59b54988125b7991b2bef58a81048..7f0f6146316510cece08094abf4c92c6aefd95ff 100644 (file)
@@ -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) */