diff -r e4ee19d583bd -r c16fd81b520a GUI/SensorNotifyIcon.cs --- a/GUI/SensorNotifyIcon.cs Tue Aug 24 22:11:10 2010 +0000 +++ b/GUI/SensorNotifyIcon.cs Mon Sep 06 19:53:13 2010 +0000 @@ -36,14 +36,12 @@ */ using System; -using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Drawing.Text; -using System.Text; +using System.Runtime.InteropServices; using System.Windows.Forms; -using System.Runtime.InteropServices; using OpenHardwareMonitor.Hardware; using OpenHardwareMonitor.Utilities;