diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-28 21:44:38 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-02-28 21:44:38 +0100 |
commit | 755fcf04bf8a77fd2e33886a64d13df58eb3c943 (patch) | |
tree | e9079ac37bfa9d98dbb47a7385351cf0fa44b9f4 /hardinfo2 | |
parent | 1537718abeb6807f341a19babd4cee3b46877d91 (diff) |
FIX remove old paths for pci.ids
Diffstat (limited to 'hardinfo2')
-rw-r--r-- | hardinfo2/pci_util.c | 4 |
1 files changed, 0 insertions, 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; |