Skip to content

Commit

Permalink
Remove unused property.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 23, 2021
1 parent ddf8be8 commit 17f1b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Server/Hubs/ViewerHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ namespace Remotely.Server.Hubs
[ServiceFilter(typeof(RemoteControlFilterAttribute))]
public class ViewerHub : Hub
{
public static int RemoteControlSessionCount { get; private set; }

public ViewerHub(IDataService dataService,
IHubContext<CasterHub> casterHubContext,
IHubContext<AgentHub> agentHub,
Expand Down

0 comments on commit 17f1b5f

Please sign in to comment.