[longomatch] Remove warnings
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Remove warnings
- Date: Mon, 11 Jan 2010 01:38:01 +0000 (UTC)
commit 454cba69e6592364e6abb93c0c2967d77726dc8f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Jan 11 02:37:23 2010 +0100
Remove warnings
LongoMatch/Gui/Component/PlaysListTreeWidget.cs | 2 --
LongoMatch/Gui/TreeView/PlaysTreeView.cs | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/PlaysListTreeWidget.cs b/LongoMatch/Gui/Component/PlaysListTreeWidget.cs
index afc1d56..f3d6c01 100644
--- a/LongoMatch/Gui/Component/PlaysListTreeWidget.cs
+++ b/LongoMatch/Gui/Component/PlaysListTreeWidget.cs
@@ -20,7 +20,6 @@
using System;
using Gtk;
-using Gdk;
using Mono.Unix;
using LongoMatch.DB;
using LongoMatch.Handlers;
@@ -80,7 +79,6 @@ namespace LongoMatch.Gui.Component
TreePath playPath;
TreeStore model;
TimeNode stNode;
- Rectangle cellArea;
if (project == null)
return;
diff --git a/LongoMatch/Gui/TreeView/PlaysTreeView.cs b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
index 944a212..0664004 100644
--- a/LongoMatch/Gui/TreeView/PlaysTreeView.cs
+++ b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
@@ -90,7 +90,7 @@ namespace LongoMatch.Gui.Component
this.AppendColumn(nameColumn);
}
- public TreeStore Model{
+ new public TreeStore Model{
set{
if (value != null){
value.SetSortFunc(0, SortFunction);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]