diff --git a/Robust.Client/Utility/ClientDllMap.cs b/Robust.Client/Utility/ClientDllMap.cs index 50bfaaf98..f0ef49699 100644 --- a/Robust.Client/Utility/ClientDllMap.cs +++ b/Robust.Client/Utility/ClientDllMap.cs @@ -14,15 +14,6 @@ namespace Robust.Client.Utility { NativeLibrary.SetDllImportResolver(typeof(ClientDllMap).Assembly, (name, assembly, path) => { - if (name == "swnfd.dll") - { -#if LINUX || FREEBSD - return NativeLibrary.Load("libswnfd.so", assembly, path); -#elif MACOS - return NativeLibrary.Load("libswnfd.dylib", assembly, path); -#endif - } - if (name == "libEGL.dll") { #if LINUX || FREEBSD