[longomatch] Remove warnings
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Remove warnings
- Date: Tue, 20 Oct 2009 14:03:08 +0000 (UTC)
commit 017c4a659cbce5f3f08b8e57f869af0c74648009
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 20 10:56:04 2009 +0200
Remove warnings
LongoMatch/Gui/Dialog/ProjectsManager.cs | 1 -
LongoMatch/Gui/TreeView/PlaysTreeView.cs | 1 -
LongoMatch/Handlers/EventsManager.cs | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/ProjectsManager.cs b/LongoMatch/Gui/Dialog/ProjectsManager.cs
index 67df837..8fd889e 100644
--- a/LongoMatch/Gui/Dialog/ProjectsManager.cs
+++ b/LongoMatch/Gui/Dialog/ProjectsManager.cs
@@ -33,7 +33,6 @@ namespace LongoMatch.Gui.Dialog
public partial class ProjectsManager : Gtk.Dialog
{
- private bool edited;
private string originalFilePath;
public ProjectsManager()
diff --git a/LongoMatch/Gui/TreeView/PlaysTreeView.cs b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
index 8f51890..e11b4f4 100644
--- a/LongoMatch/Gui/TreeView/PlaysTreeView.cs
+++ b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
@@ -160,7 +160,6 @@ namespace LongoMatch.Gui.Component
private void RenderName (Gtk.TreeViewColumn column, Gtk.CellRenderer cell, Gtk.TreeModel model, Gtk.TreeIter iter)
{
- string text = "";
TimeNode tNode = (TimeNode) model.GetValue (iter, 0);
//Handle special case in which we replace the test in the cell by the name of the TimeNode
diff --git a/LongoMatch/Handlers/EventsManager.cs b/LongoMatch/Handlers/EventsManager.cs
index f3efd15..e18dde5 100644
--- a/LongoMatch/Handlers/EventsManager.cs
+++ b/LongoMatch/Handlers/EventsManager.cs
@@ -327,7 +327,6 @@ namespace LongoMatch
protected virtual void OnDrawFrame (int time){
Pixbuf pixbuf=null;
- IFramesCapturer capturer;
DrawingTool dialog = new DrawingTool();
if (selectedTimeNode == null)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]