Skip to content

Commit

Permalink
remove some unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta committed Jun 1, 2016
1 parent 4b1fed7 commit e3bf0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ popup_clipboard_targets_received_cb (GtkClipboard *clipboard,
TerminalWindow *window = info->window;
TerminalWindowPrivate *priv = window->priv;
TerminalScreen *screen = info->screen;
GtkWidget *popup_menu, *im_menu, *im_menu_item;
GtkWidget *popup_menu;
GtkAction *action;
gboolean can_paste, can_paste_uris, show_link, show_email_link, show_call_link, show_input_method_menu;
int n_pages;
Expand Down

0 comments on commit e3bf0a0

Please sign in to comment.