Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
cc095a66
Commit
cc095a66
authored
Feb 02, 2011
by
Christian Persch
Browse files
Remove unused variables
parent
ca772ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vte.c
View file @
cc095a66
...
...
@@ -6349,8 +6349,6 @@ vte_terminal_copy(VteTerminal *terminal, GdkAtom board)
"Assuming ownership of selection.
\n
"
);
if
(
!
targets
)
{
GtkTargetList
*
list
;
GList
*
l
;
int
i
;
list
=
gtk_target_list_new
(
NULL
,
0
);
gtk_target_list_add_text_targets
(
list
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment