diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2016-02-22 21:31:31 -0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2016-02-29 10:45:12 -0800 |
commit | 0974b0d843116c285133c485011cef59a364a5da (patch) | |
tree | 4f537a0be5b09c2020e7be7035de1b8607718980 /gtk | |
parent | fb11cc1bafc3986024b41e20fb6fe609e42daeb8 (diff) | |
download | gtk+-0974b0d843116c285133c485011cef59a364a5da.tar.gz |
range: whitespace fix
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkrange.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index c38e7c0d28..4e3432b9aa 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1950,7 +1950,6 @@ gtk_range_allocate_trough (GtkCssGadget *gadget, &highlight_alloc, baseline, &highlight_clip); - gdk_rectangle_union (out_clip, &highlight_clip, out_clip); } } |