]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XDestAssoc.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / oldXMenu / XDestAssoc.c
index 135b0c2cdaff645032bdaf2708e3472b9bbb883b..94c0454756ad47a10116258620f882ba88f5bd21 100644 (file)
@@ -2,14 +2,13 @@
 
 #include "copyright.h"
 
-
-#include <X11/Xlib.h>
-#include "X10.h"
+#include "XMenuInt.h"
 
 /*
  * XDestroyAssocTable - Destroy (free the memory associated with)
  * an XAssocTable.
  */
+void
 XDestroyAssocTable(register XAssocTable *table)
 {
        register int i;
@@ -35,4 +34,3 @@ XDestroyAssocTable(register XAssocTable *table)
        /* Free the table. */
        free((char *)table);
 }
-