Skip to content

Commit 5d6dbc1

Browse files
committed
Remove swnfd from ClientDllMap
1 parent 5e160e2 commit 5d6dbc1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Robust.Client/Utility/ClientDllMap.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ internal static void Initialize()
1414
{
1515
NativeLibrary.SetDllImportResolver(typeof(ClientDllMap).Assembly, (name, assembly, path) =>
1616
{
17-
if (name == "swnfd.dll")
18-
{
19-
#if LINUX || FREEBSD
20-
return NativeLibrary.Load("libswnfd.so", assembly, path);
21-
#elif MACOS
22-
return NativeLibrary.Load("libswnfd.dylib", assembly, path);
23-
#endif
24-
}
25-
2617
if (name == "libEGL.dll")
2718
{
2819
#if LINUX || FREEBSD

0 commit comments

Comments
 (0)