banshee r3152 - in trunk/banshee: . src/Core/Hyena.Gui/Hyena.Data.Gui



Author: scottp
Date: Tue Feb  5 06:41:09 2008
New Revision: 3152
URL: http://svn.gnome.org/viewvc/banshee?rev=3152&view=rev

Log:
* src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Got rid of obsolete
  type. Last commit, I swear.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs

Modified: trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs	(original)
+++ trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs	Tue Feb  5 06:41:09 2008
@@ -854,18 +854,6 @@
             graphics.DrawFooter(footer_cr, footer_alloc);
         }
         
-        private class SelectionRectangle
-        {
-            public SelectionRectangle(int y, int height)
-            {
-                Y = y;
-                Height = height;
-            }
-            
-            public int Y;
-            public int Height;
-        }
-        
         private void PaintList(Gdk.EventExpose evnt, Gdk.Rectangle clip)
         {
             if (model == null) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]