Skip to content

Commit

Permalink
Bug 1321883 - remove unused variable in gtk2drawing.c; r=karlt
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj committed Dec 12, 2016
1 parent d54f6b8 commit 8d1051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/gtk/gtk2drawing.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ moz_gtk_combo_box_paint(GdkDrawable* drawable, GdkRectangle* rect,
gboolean ishtml, GtkTextDirection direction)
{
GdkRectangle arrow_rect, real_arrow_rect;
gint arrow_size, separator_width;
gint separator_width;
gboolean wide_separators;
GtkStateType state_type = ConvertGtkState(state);
GtkShadowType shadow_type = state->active ? GTK_SHADOW_IN : GTK_SHADOW_OUT;
Expand Down

0 comments on commit 8d1051e

Please sign in to comment.