Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gtk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,156
Issues
1,156
List
Board
Labels
Milestones
Merge Requests
88
Merge Requests
88
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
30405ee6
Commit
30405ee6
authored
Apr 17, 2018
by
Daniel Boles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Menu: Remove redundant typecheck in private func
Everything that calls this already ensured we are a valid GtkMenu.
parent
b5cc0d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
gtkmenu.c
gtk/gtkmenu.c
+0
-1
No files found.
gtk/gtkmenu.c
View file @
30405ee6
...
...
@@ -2814,7 +2814,6 @@ _gtk_menu_refresh_accel_paths (GtkMenu *menu,
gboolean
group_changed
)
{
GtkMenuPrivate
*
priv
=
menu
->
priv
;
g_return_if_fail
(
GTK_IS_MENU
(
menu
));
if
(
priv
->
accel_path
&&
priv
->
accel_group
)
{
...
...
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