diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-25 14:20:46 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-25 14:20:46 +0000 |
commit | e70d17c5a02aa9de6663c77bc64ef053b02586fc (patch) | |
tree | c1ed331b71ff5fdbe4d3934ae513fb509aa605c0 /hardinfo2/devices.c | |
parent | 842b472d24679a881a96cb26400b4dd05da49fff (diff) |
Remove unneeded enumerations.
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index 21f1f8a3..b866ed44 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -28,21 +28,6 @@ #include <expr.h> #include <socket.h> -enum { - DEVICES_PROCESSORS, - DEVICES_MEMORY, - DEVICES_PCI, - DEVICES_USB, - DEVICES_PRINTERS, - DEVICES_BATTERY, - DEVICES_SENSORS, -#if defined(ARCH_i386) || defined(ARCH_x86_64) - DEVICES_DMI, -#endif - DEVICES_INPUT, - DEVICES_STORAGE, -} Entries; - gchar *callback_processors(); gchar *callback_memory(); gchar *callback_battery(); |