mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Remove dead code from transfer
This commit is contained in:
@@ -66,12 +66,6 @@ internal abstract partial class BaseTransferManager
|
||||
});
|
||||
}
|
||||
|
||||
protected void CheckRegistered(TransferStartInfo info)
|
||||
{
|
||||
if (!RegisteredKeys.ContainsKey(info.MessageKey))
|
||||
throw new ArgumentException($"Key is not registered: {info.MessageKey}");
|
||||
}
|
||||
|
||||
protected sealed class RegisteredKey
|
||||
{
|
||||
public Action<TransferReceivedEvent>? Callback;
|
||||
|
||||
Reference in New Issue
Block a user