Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9d66f88e
Commit
9d66f88e
authored
Mar 06, 2011
by
Paul Eggert
Browse files
* xmenu.c (set_frame_menubar): Remove unused local.
parent
032f1620
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/ChangeLog
src/ChangeLog
+1
-0
src/xmenu.c
src/xmenu.c
+0
-2
No files found.
src/ChangeLog
View file @
9d66f88e
2011-03-06 Paul Eggert <eggert@cs.ucla.edu>
* xmenu.c (menu_highlight_callback): Now static.
(set_frame_menubar): Remove unused local.
* xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
Add a FIXME comment, since the code still doesn't look right.
src/xmenu.c
View file @
9d66f88e
...
...
@@ -1175,8 +1175,6 @@ set_frame_menubar (FRAME_PTR f, int first_time, int deep_p)
}
else
{
GtkWidget *wvbox = f->output_data.x->vbox_widget;
menubar_widget
= xg_create_widget ("menubar", "menubar", f, first_wv,
G_CALLBACK (menubar_selection_callback),
...
...
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