mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Remove unused event
This commit is contained in:
parent
f4e07f1483
commit
9acc0556a4
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user