[banshee/a11y: 24/27] [a11y] Avoid unnecessary work



commit a1e391ef7efa1d0162e662f3c003e6facf278515
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Oct 5 17:06:32 2009 -0700

    [a11y] Avoid unnecessary work

 .../Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs
index 0124469..209b38a 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs
@@ -58,7 +58,6 @@ namespace Hyena.Data.Gui
 
         public override Atk.Object GetAccessible (ICellAccessibleParent parent)
         {
-            last_text = GetText (BoundObject);
             return new ColumnCellTextAccessible (BoundObject, this, parent);
         }
 



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