Skip to content

Commit

Permalink
vteapp: Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
egmontkob committed Mar 22, 2017
1 parent a7d534a commit 9b1d776
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vteapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,13 @@ button_pressed(GtkWidget *widget, GdkEventButton *event, gpointer data)
VteTerminal *terminal;
char *match;
int tag;
GtkBorder padding;
gboolean has_extra_match;
char *extra_match = NULL;

switch (event->button) {
case 3:
terminal = VTE_TERMINAL(widget);

gtk_style_context_get_padding(gtk_widget_get_style_context(widget),
gtk_widget_get_state_flags(widget),
&padding);
match = vte_terminal_match_check_event(terminal,
(GdkEvent*)event,
&tag);
Expand Down

0 comments on commit 9b1d776

Please sign in to comment.