From d75301498a625e878bba410a043fc43ebe571f10 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 29 Mar 2008 09:59:27 +0000 Subject: [PATCH] remove unused global mail_s instance git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1071 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conky.h b/src/conky.h index 2aa530d7..22783977 100644 --- a/src/conky.h +++ b/src/conky.h @@ -174,7 +174,7 @@ struct mail_s { // for imap and pop3 char folder[128]; timed_thread *p_timed_thread; char secure; -} mail; +}; /* struct cpu_stat { unsigned int user, nice, system, idle, iowait, irq, softirq;