Skip to content

Commit

Permalink
applet: Fix dead-code-assignment flagged by static analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 2, 2017
1 parent b92c30c commit cba6bc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mate-applet/applet.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ void brisk_menu_applet_edit_menus(__brisk_unused__ GtkAction *action, BriskMenuA
if (!app) {
continue;
}
info = G_DESKTOP_APP_INFO(app);
brisk_menu_launcher_start(launcher, GTK_WIDGET(self), app);
return;
}
Expand Down

0 comments on commit cba6bc9

Please sign in to comment.