1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-28 01:28:30 +00:00

remove unused global mail_s instance

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1071 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Phil 2008-03-29 09:59:27 +00:00
parent ab63c2b024
commit d75301498a

View File

@ -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;