Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fc63a89
Commit
9fc63a89
authored
Dec 27, 2003
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(show_help_event): Remove unused code.
parent
942b13fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xmenu.c
src/xmenu.c
+2
-2
No files found.
src/xmenu.c
View file @
9fc63a89
...
...
@@ -99,7 +99,6 @@ Lisp_Object Vmenu_updating_frame;
Lisp_Object
Qdebug_on_next_call
;
extern
Lisp_Object
Qmenu_bar
;
extern
Lisp_Object
Qmouse_click
,
Qevent_kind
;
extern
Lisp_Object
QCtoggle
,
QCradio
;
...
...
@@ -1304,6 +1303,7 @@ show_help_event (f, widget, help)
}
else
{
#if 0 /* This code doesn't do anything useful. ++kfs */
/* WIDGET is the popup menu. It's parent is the frame's
widget. See which frame that is. */
xt_or_gtk_widget frame_widget = XtParent (widget);
...
...
@@ -1317,7 +1317,7 @@ show_help_event (f, widget, help)
FRAME_X_P (f) && f->output_data.x->widget == frame_widget))
break;
}
#endif
show_help_echo
(
help
,
Qnil
,
Qnil
,
Qnil
,
1
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment