summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2017-11-09 21:20:15 -0500
committerlukefromdc <[email protected]>2017-11-09 21:20:15 -0500
commit3c93a80aa292f41dca3e358a5ecebb0331ee96f9 (patch)
tree534d961d9a416dc1e9c2c2cbce83bd5cc7af04eb
parenta31d5fa2a0749d8a94f1be6c1d005a174f3278d8 (diff)
downloadmate-panel-3c93a80aa292f41dca3e358a5ecebb0331ee96f9.tar.bz2
mate-panel-3c93a80aa292f41dca3e358a5ecebb0331ee96f9.tar.xz
panel-toplevel: remove duplicate break statement
found by cppcheck
-rw-r--r--mate-panel/panel-toplevel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-panel/panel-toplevel.c b/mate-panel/panel-toplevel.c
index 8d257a41..96084f43 100644
--- a/mate-panel/panel-toplevel.c
+++ b/mate-panel/panel-toplevel.c
@@ -331,7 +331,6 @@ static GdkCursorType panel_toplevel_grab_op_cursor(PanelToplevel* toplevel, Pane
else
retval = GDK_FLEUR;
break;
- break;
case PANEL_GRAB_OP_RESIZE_UP:
retval = GDK_TOP_SIDE;
break;