diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-02 16:50:01 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-02 16:50:01 +0000 |
commit | 9c6612b9236f3d72f3ddef5cc4a3066edf83094a (patch) | |
tree | bff21f7f5413e9dca9ef760dfbc2c2bac2773951 /src/gtkutil.h | |
parent | 665c8f1cb895d3ecad0cca9cdb133fd8e9985514 (diff) | |
download | emacs-9c6612b9236f3d72f3ddef5cc4a3066edf83094a.tar.gz |
(xg_menu_item_cb_data_): Remove highlight_id and
unhighlight_id.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 2 |
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_ { xg_list_node ptrs; - gulong highlight_id; - gulong unhighlight_id; gulong select_id; Lisp_Object help; gpointer call_data; |