Remove unused config variable

SVN revision: 20627
This commit is contained in:
Christopher Michael 2006-02-20 12:53:50 +00:00
parent afecc9b18f
commit a0f323ff36
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ typedef struct _Cpu_Face Cpu_Face;
struct _Config
{
char *device;
int check_interval;
};