summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index d463e0e6d79..f52e68b1230 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -3374,11 +3374,6 @@ xg_tool_bar_callback (w, client_data)
XSETFRAME (frame, f);
event.kind = TOOL_BAR_EVENT;
event.frame_or_window = frame;
- event.arg = frame;
- kbd_buffer_store_event (&event);
-
- event.kind = TOOL_BAR_EVENT;
- event.frame_or_window = frame;
event.arg = key;
/* Convert between the modifier bits GDK uses and the modifier bits
Emacs uses. This assumes GDK an X masks are the same, which they are when