Skip to content

Commit

Permalink
Removed unused "using" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed May 24, 2019
1 parent 1ab03d8 commit 6bf09b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions streamdeck-client-csharp/Messages/EmptyPayload.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace streamdeck_client_csharp.Messages
namespace streamdeck_client_csharp.Messages
{
public class EmptyPayload : IPayload
{
Expand Down

0 comments on commit 6bf09b9

Please sign in to comment.