diff options
Diffstat (limited to 'hardinfo2/computer.h')
-rw-r--r-- | hardinfo2/computer.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index a0c90d8f..ff84c271 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -118,22 +118,6 @@ struct _Computer { gchar *date_time; }; -struct _Processor { - gchar *model_name; - gchar *vendor_id; - gchar *flags; - gint cache_size; - gfloat bogomips, cpu_mhz; - - gchar *has_fpu; - gchar *bug_fdiv, *bug_hlt, *bug_f00f, *bug_coma; - - gint model, family, stepping; - gchar *strmodel; - - gint id; -}; - struct _OperatingSystem { gchar *kernel; gchar *libc; |