From 3e92e7a0eb9944948e9d919b06ae5a0079cd119f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 19:31:17 +0000 Subject: Removed unused variable. * e-shell-importer.c (start_import): Removed unused variable. svn path=/trunk/; revision=12827 --- shell/e-shell-importer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell/e-shell-importer.c') diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 71f6a76806..a419091198 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -358,9 +358,7 @@ start_import (const char *folderpath, /* Only allow importing to /local */ localpath = "/" E_LOCAL_STORAGE_NAME "/"; if (strncmp (folderpath, localpath, strlen (localpath))) { - char *message; - e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, - _("You may only import to local folders")); + e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("You may only import to local folders")); return; } -- cgit v1.2.3