mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove unused event
This commit is contained in:
@ -26,15 +26,10 @@ namespace osu.Desktop.LegacyIpc
|
||||
{
|
||||
private static readonly Logger logger = Logger.GetLogger("legacy-ipc");
|
||||
|
||||
/// <summary>
|
||||
/// Invoked when a message is received from a legacy client.
|
||||
/// </summary>
|
||||
public new Func<object, object>? MessageReceived;
|
||||
|
||||
public LegacyTcpIpcProvider()
|
||||
: base(45357)
|
||||
{
|
||||
base.MessageReceived += msg =>
|
||||
MessageReceived += msg =>
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user