From 322f35639652071567f48a8ed9bdf2b3677acf9a Mon Sep 17 00:00:00 2001 From: Mathieu GRENET Date: Sun, 13 Mar 2016 09:14:46 +0100 Subject: [PATCH] adjust refs --- Argyll/ArgyllProbe.cs | 1 - Argyll/Gamut.cs | 1 - Argyll/Matrix.cs | 1 - Argyll/Observer.cs | 1 - LittleBigMouse_Control/setup/LittleBigMouse.iss | 2 +- NativeMethods/WindowExt.cs | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Argyll/ArgyllProbe.cs b/Argyll/ArgyllProbe.cs index 99e3868f..84794efe 100644 --- a/Argyll/ArgyllProbe.cs +++ b/Argyll/ArgyllProbe.cs @@ -3,7 +3,6 @@ using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; -using System.Linq; using System.Windows; using System.Xml.Serialization; using NotifyChange; diff --git a/Argyll/Gamut.cs b/Argyll/Gamut.cs index 4dc7feca..0c4d42af 100644 --- a/Argyll/Gamut.cs +++ b/Argyll/Gamut.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; diff --git a/Argyll/Matrix.cs b/Argyll/Matrix.cs index 6f69b985..999ddadd 100644 --- a/Argyll/Matrix.cs +++ b/Argyll/Matrix.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Text; using System.Threading.Tasks; diff --git a/Argyll/Observer.cs b/Argyll/Observer.cs index 88c0cbba..4307f3e7 100644 --- a/Argyll/Observer.cs +++ b/Argyll/Observer.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Drawing; -using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; diff --git a/LittleBigMouse_Control/setup/LittleBigMouse.iss b/LittleBigMouse_Control/setup/LittleBigMouse.iss index ded0bfcd..735aa426 100644 --- a/LittleBigMouse_Control/setup/LittleBigMouse.iss +++ b/LittleBigMouse_Control/setup/LittleBigMouse.iss @@ -1,6 +1,6 @@ ; -- LittleBigMouse.iss -- ;#define AppVer GetFileVersion('..\bin\x64\Release\LittleBigMouse_Control.exe') -#define AppVer '3.0-alpha7' +#define AppVer '3.0-alpha8' [Setup] AppName=Little Big Mouse diff --git a/NativeMethods/WindowExt.cs b/NativeMethods/WindowExt.cs index 1dee9a48..0bfacbd2 100644 --- a/NativeMethods/WindowExt.cs +++ b/NativeMethods/WindowExt.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks;