mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-10 00:29:50 +00:00
cleanup unused import
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using UIKit;
|
using UIKit;
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace qController.iOS
|
namespace qController.iOS
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
|
||||||
using qController.QItems;
|
using qController.QItems;
|
||||||
|
|
||||||
namespace qController.Communication
|
namespace qController.Communication
|
||||||
|
|||||||
Executable → Regular
-1
@@ -1,7 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace SharpOSC
|
namespace SharpOSC
|
||||||
{
|
{
|
||||||
|
|||||||
Executable → Regular
+1
-6
@@ -1,9 +1,4 @@
|
|||||||
using System;
|
namespace SharpOSC
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace SharpOSC
|
|
||||||
{
|
{
|
||||||
public struct RGBA
|
public struct RGBA
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
using System;
|
namespace SharpOSC
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace SharpOSC
|
|
||||||
{
|
{
|
||||||
public class Symbol
|
public class Symbol
|
||||||
{
|
{
|
||||||
|
|||||||
Executable → Regular
-3
@@ -1,7 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace SharpOSC
|
namespace SharpOSC
|
||||||
{
|
{
|
||||||
|
|||||||
Executable → Regular
-3
@@ -1,7 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace SharpOSC
|
namespace SharpOSC
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user