aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-01-02 16:50:01 +0000
committerJan Djärv2007-01-02 16:50:01 +0000
commit9c6612b9236f3d72f3ddef5cc4a3066edf83094a (patch)
treebff21f7f5413e9dca9ef760dfbc2c2bac2773951 /src
parent665c8f1cb895d3ecad0cca9cdb133fd8e9985514 (diff)
downloademacs-9c6612b9236f3d72f3ddef5cc4a3066edf83094a.tar.gz
emacs-9c6612b9236f3d72f3ddef5cc4a3066edf83094a.zip
(xg_menu_item_cb_data_): Remove highlight_id and
unhighlight_id.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index 742e3ecb1e5..c3957223a18 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -79,8 +79,6 @@ typedef struct xg_menu_item_cb_data_
79{ 79{
80 xg_list_node ptrs; 80 xg_list_node ptrs;
81 81
82 gulong highlight_id;
83 gulong unhighlight_id;
84 gulong select_id; 82 gulong select_id;
85 Lisp_Object help; 83 Lisp_Object help;
86 gpointer call_data; 84 gpointer call_data;