changeset 202 | 551243a66b32 |
parent 176 | c16fd81b520a |
child 217 | d93ddd6ca0af |
1.1 --- a/GUI/SensorNotifyIcon.cs Thu Sep 30 16:51:09 2010 +0000 1.2 +++ b/GUI/SensorNotifyIcon.cs Thu Sep 30 20:59:21 2010 +0000 1.3 @@ -1,4 +1,4 @@ 1.4 -/* 1.5 +/* 1.6 1.7 Version: MPL 1.1/GPL 2.0/LGPL 2.1 1.8 1.9 @@ -187,7 +187,6 @@ 1.10 new Rectangle(0, 0, bitmap.Width, bitmap.Height), 1.11 ImageLockMode.ReadOnly, PixelFormat.Format32bppArgb); 1.12 1.13 - int stride = data.Stride; 1.14 IntPtr Scan0 = data.Scan0; 1.15 1.16 int numBytes = bitmap.Width * bitmap.Height * 4;