From 755fcf04bf8a77fd2e33886a64d13df58eb3c943 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 28 Feb 2024 21:44:38 +0100 Subject: FIX remove old paths for pci.ids --- hardinfo2/pci_util.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hardinfo2/pci_util.c b/hardinfo2/pci_util.c index 8a635591..d4a9dea3 100644 --- a/hardinfo2/pci_util.c +++ b/hardinfo2/pci_util.c @@ -46,12 +46,8 @@ const gchar *find_pci_ids_file() { } } char *file_search_order[] = { - g_strdup("/usr/share/hwdata/pci.ids"), - g_strdup("/usr/share/misc/pci.ids"), g_build_filename(g_get_user_config_dir(), "hardinfo2", "pci.ids", NULL), g_build_filename(params.path_data, "pci.ids", NULL), - //g_build_filename(g_get_user_config_dir(), "hardinfo2", "pci.ids.min", NULL), - //g_build_filename(params.path_data, "pci.ids.min", NULL), NULL }; int n; -- cgit v1.2.3