Skip to content

Commit

Permalink
adjust refs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgth committed Mar 13, 2016
1 parent 9d9bcde commit 322f356
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Argyll/ArgyllProbe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion Argyll/Gamut.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
Expand Down
1 change: 0 additions & 1 deletion Argyll/Matrix.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

Expand Down
1 change: 0 additions & 1 deletion Argyll/Observer.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion LittleBigMouse_Control/setup/LittleBigMouse.iss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion NativeMethods/WindowExt.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
Expand Down

0 comments on commit 322f356

Please sign in to comment.