summaryrefslogtreecommitdiff
path: root/hardinfo2/computer.c
diff options
context:
space:
mode:
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();