summaryrefslogtreecommitdiff
path: root/sendto/caja-nste.c
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/caja-nste.c')
-rw-r--r--sendto/caja-nste.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sendto/caja-nste.c b/sendto/caja-nste.c
index 1f62ecf..a59ae56 100644
--- a/sendto/caja-nste.c
+++ b/sendto/caja-nste.c
@@ -37,12 +37,10 @@ sendto_callback (CajaMenuItem *item,
gpointer user_data)
{
GList *files, *scan;
- CajaFileInfo *file;
gchar *uri;
GString *cmd;
files = g_object_get_data (G_OBJECT (item), "files");
- file = files->data;
cmd = g_string_new ("caja-sendto");