From a787bfb739684cb33027029ed061d0240119dcfb Mon Sep 17 00:00:00 2001 From: pypy Date: Mon, 13 Jul 2020 21:29:27 +0900 Subject: [PATCH] cleanup code --- SQLite.cs | 2 -- VRCX.cs | 1 - VRCXVR.cs | 1 - 3 files changed, 4 deletions(-) diff --git a/SQLite.cs b/SQLite.cs index c33d1915..f26e853d 100644 --- a/SQLite.cs +++ b/SQLite.cs @@ -1,9 +1,7 @@ using CefSharp; using System.Collections.Generic; -using System.Data; using System.Data.SQLite; using System.Threading; -using System.Windows.Forms; namespace VRCX { diff --git a/VRCX.cs b/VRCX.cs index 106cd398..b58f88ee 100644 --- a/VRCX.cs +++ b/VRCX.cs @@ -7,7 +7,6 @@ using CefSharp; using Microsoft.Win32; using System; using System.Diagnostics; -using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; diff --git a/VRCXVR.cs b/VRCXVR.cs index 453a2070..cd8ca05c 100644 --- a/VRCXVR.cs +++ b/VRCXVR.cs @@ -13,7 +13,6 @@ using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; -using System.Windows.Forms; using Valve.VR; using Device = SharpDX.Direct3D11.Device;