Remove unneeded slim functions.

This commit is contained in:
2020-03-01 19:47:15 +00:00
parent 1f98e89f4c
commit dfd56c83df
36 changed files with 599 additions and 1472 deletions

View File

@@ -31,7 +31,7 @@
#include <libudev.h>
#endif
DeviceInfoList* LinuxListDevices()
DeviceInfoList* ListDevices()
{
DIR* dir;
struct dirent* dirent;