Skip to content

Commit 20242ac

Browse files
committed
enhancement #23: removing useless using
1 parent 09e0f82 commit 20242ac

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

UnityProject/Packages/com.pollenrobotics.gstreamerwebrtc/Runtime/Scripts/BaseSignalling.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LICENSE file in the root directory of this source tree. */
66
using UnityEngine;
77
using System.Threading.Tasks;
88
using System.Threading;
9-
using System.Linq;
109
using UnityEngine.Events;
1110
using System.Net.WebSockets;
1211
using System.Text;

UnityProject/Packages/com.pollenrobotics.gstreamerwebrtc/Runtime/Scripts/GStreamerDataPlugin.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ LICENSE file in the root directory of this source tree. */
55
using UnityEngine;
66
using System;
77
using System.Runtime.InteropServices;
8-
using UnityEngine.Rendering;
9-
using UnityEngine.UI;
108
using UnityEngine.Events;
119
using AOT;
12-
using Codice.Client.BaseCommands;
13-
using UnityEngine.TextCore.Text;
1410

1511
namespace GstreamerWebRTC
1612
{

UnityProject/Packages/com.pollenrobotics.gstreamerwebrtc/Runtime/Scripts/GstreamerRenderingPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LICENSE file in the root directory of this source tree. */
66
using System;
77
using System.Runtime.InteropServices;
88
using UnityEngine.Rendering;
9-
using UnityEngine.UI;
109
using UnityEngine.Events;
1110

1211
namespace GstreamerWebRTC

UnityProject/Packages/com.pollenrobotics.gstreamerwebrtc/Runtime/Scripts/Signalling.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ LICENSE file in the root directory of this source tree. */
44

55
using System;
66
using UnityEngine;
7-
using System.Linq;
87
using UnityEngine.Events;
98
using System.Net.WebSockets;
109
using System.Text;

0 commit comments

Comments
 (0)