From 4e082dd27545c503e6ee1440e45032f93216631a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 2 Jan 2007 15:32:50 +0000 Subject: Cleanups, reorganization. Implemented foreign module calls. --- hardinfo2/computer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'hardinfo2/computer.h') diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index 4fa771f8..d721df64 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -44,7 +44,6 @@ static struct { }; typedef struct _Computer Computer; -typedef struct _Processor Processor; typedef struct _OperatingSystem OperatingSystem; typedef struct _MemoryInfo MemoryInfo; typedef struct _UptimeInfo UptimeInfo; @@ -100,7 +99,6 @@ struct _UptimeInfo { }; struct _Computer { - GSList *processors; MemoryInfo *memory; OperatingSystem *os; DisplayInfo *display; -- cgit v1.2.3