Kaydet (Commit) 215150c5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I9329233a85df26dcfd83002e50604a6ea4fb50f9
üst 987203a2
...@@ -2018,10 +2018,6 @@ bool GtkSalGraphics::NWPaintGTKScrollbar( ControlType, ControlPart nPart, ...@@ -2018,10 +2018,6 @@ bool GtkSalGraphics::NWPaintGTKScrollbar( ControlType, ControlPart nPart,
"has-backward-stepper", &has_backward, "has-backward-stepper", &has_backward,
"has-secondary-backward-stepper", &has_backward2, nullptr ); "has-secondary-backward-stepper", &has_backward2, nullptr );
gint magic = trough_border ? 1 : 0; gint magic = trough_border ? 1 : 0;
gint nFirst = 0;
if ( has_backward ) nFirst += 1;
if ( has_forward2 ) nFirst += 1;
if ( nPart == PART_DRAW_BACKGROUND_HORZ ) if ( nPart == PART_DRAW_BACKGROUND_HORZ )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment