1.1 --- a/GUI/SensorNotifyIcon.cs Tue Aug 24 22:11:10 2010 +0000
1.2 +++ b/GUI/SensorNotifyIcon.cs Mon Sep 06 19:53:13 2010 +0000
1.3 @@ -36,14 +36,12 @@
1.4 */
1.5
1.6 using System;
1.7 -using System.Collections.Generic;
1.8 using System.Drawing;
1.9 using System.Drawing.Drawing2D;
1.10 using System.Drawing.Imaging;
1.11 using System.Drawing.Text;
1.12 -using System.Text;
1.13 +using System.Runtime.InteropServices;
1.14 using System.Windows.Forms;
1.15 -using System.Runtime.InteropServices;
1.16 using OpenHardwareMonitor.Hardware;
1.17 using OpenHardwareMonitor.Utilities;
1.18