summaryrefslogtreecommitdiff
path: root/hardinfo2/computer.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-25 14:20:46 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-06-25 14:20:46 +0000
commite70d17c5a02aa9de6663c77bc64ef053b02586fc (patch)
treec1ed331b71ff5fdbe4d3934ae513fb509aa605c0 /hardinfo2/computer.c
parent842b472d24679a881a96cb26400b4dd05da49fff (diff)
Remove unneeded enumerations.
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r--hardinfo2/computer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c
index 131898bb..f86b9e63 100644
--- a/hardinfo2/computer.c
+++ b/hardinfo2/computer.c
@@ -31,19 +31,6 @@
#include <vendor.h>
-enum {
- COMPUTER_SUMMARY,
- COMPUTER_OPERATING_SYSTEM,
- COMPUTER_KERNEL_MODULES,
- COMPUTER_BOOTS,
- COMPUTER_LANGUAGE,
- COMPUTER_FILESYSTEMS,
- COMPUTER_SHARES,
- COMPUTER_DISPLAY,
- COMPUTER_NETWORK,
- COMPUTER_USERS,
-} Entries;
-
/* Callbacks */
gchar *callback_summary();
gchar *callback_os();