diff options
Diffstat (limited to 'sendto/plugins/emailclient/emailclient.c')
-rw-r--r-- | sendto/plugins/emailclient/emailclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sendto/plugins/emailclient/emailclient.c b/sendto/plugins/emailclient/emailclient.c index dee9e07..e325289 100644 --- a/sendto/plugins/emailclient/emailclient.c +++ b/sendto/plugins/emailclient/emailclient.c @@ -60,7 +60,6 @@ get_evo_cmd (void) NULL}; guint i; - for (i = 0; cmds[i] != NULL; i++) { tmp = g_find_program_in_path (cmds[i]); if (tmp != NULL) |