]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_menu_item_cb_data_): Remove highlight_id and
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 2 Jan 2007 16:50:01 +0000 (16:50 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 2 Jan 2007 16:50:01 +0000 (16:50 +0000)
unhighlight_id.

src/gtkutil.h

index 742e3ecb1e5375f36a5d53c3b96e64d60e246194..c3957223a18b2c770aa48db86022963a5f7e82fa 100644 (file)
@@ -79,8 +79,6 @@ typedef struct xg_menu_item_cb_data_
 {
   xg_list_node  ptrs;
 
-  gulong        highlight_id;
-  gulong        unhighlight_id;
   gulong        select_id;
   Lisp_Object   help;
   gpointer     call_data;