cleanup code

This commit is contained in:
pypy
2020-07-13 21:29:27 +09:00
parent 55f25f07a0
commit a787bfb739
3 changed files with 0 additions and 4 deletions

View File

@@ -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
{

View File

@@ -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;

View File

@@ -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;