From 93f39a984398e9f4d187b66eb272ec0bf48845e0 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sun, 3 Jan 2010 17:19:07 -0200 Subject: Add a module deinitialization function, so modules can deallocate memory on unload. --- hardinfo2/computer.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'hardinfo2/computer.h') 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; -- cgit v1.2.3