summaryrefslogtreecommitdiff
path: root/includes/devices.h
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2019-06-20 17:34:19 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2019-06-20 21:10:32 -0700
commit80c9eede822f4d2466bdead6d0b58ec49477401b (patch)
treebaceec7307f97f4f91c73060a2796d070d60b682 /includes/devices.h
parentdb75710e03bdfa66aa972dcc4e30012364369046 (diff)
move devices/memory to computer/memory usage
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/devices.h')
-rw-r--r--includes/devices.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/devices.h b/includes/devices.h
index 7223b91e..71d125fe 100644
--- a/includes/devices.h
+++ b/includes/devices.h
@@ -48,10 +48,6 @@ gchar *processor_describe_default(GSList * processors);
gchar *processor_describe_by_counting_names(GSList * processors);
gchar *processor_frequency_desc(GSList *processors);
-/* Memory */
-void init_memory_labels(void);
-void scan_memory_do(void);
-
/* Printers */
void init_cups(void);
@@ -85,7 +81,6 @@ extern gchar *storage_icons;
extern gchar *storage_list;
extern gchar *usb_list;
extern gchar *usb_icons;
-extern GHashTable *memlabels;
extern GHashTable *_pci_devices;
extern GHashTable *sensor_compute;
extern GHashTable *sensor_labels;