diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 02:39:51 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 755c300d246c872c406f3a7e123d4cdd0d7c1f17 (patch) | |
tree | 12a01f8930767c8eda79bde32463987bed3fff8f /modules/devices/gpu.c | |
parent | add478fbe01e68d63309697dfa016e09f12c2603 (diff) |
PR681 - implicit function declaration
Diffstat (limited to 'modules/devices/gpu.c')
-rw-r--r-- | modules/devices/gpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/devices/gpu.c b/modules/devices/gpu.c index 16267536..96520161 100644 --- a/modules/devices/gpu.c +++ b/modules/devices/gpu.c @@ -24,8 +24,6 @@ #include "devices.h" #include "gpu_util.h" -void scan_gpu_do(void); - gchar *gpu_list = NULL; gchar *gpu_summary = NULL; |