From 74ac7210302e247988c646f9ae5e4e1e501721fe Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 4 Dec 2013 19:57:35 +0100 Subject: [PATCH] Remove unused handlers --- Programs/GridProxyGUI/GridProxyGUI.csproj | 7 +++-- Programs/GridProxyGUI/MainWindow.cs | 38 +---------------------- 2 files changed, 6 insertions(+), 39 deletions(-) diff --git a/Programs/GridProxyGUI/GridProxyGUI.csproj b/Programs/GridProxyGUI/GridProxyGUI.csproj index 9cd850af..656a6b81 100755 --- a/Programs/GridProxyGUI/GridProxyGUI.csproj +++ b/Programs/GridProxyGUI/GridProxyGUI.csproj @@ -17,20 +17,23 @@ full false bin\Debug - DEBUG; + TRACE;DEBUG; prompt 4 x86 false - full + pdbonly true bin\Release prompt 4 x86 false + + + true libomv.ico diff --git a/Programs/GridProxyGUI/MainWindow.cs b/Programs/GridProxyGUI/MainWindow.cs index 0c397166..e7737e8e 100755 --- a/Programs/GridProxyGUI/MainWindow.cs +++ b/Programs/GridProxyGUI/MainWindow.cs @@ -595,43 +595,7 @@ public partial class MainWindow : Gtk.Window } } - #region edit select menu - protected void OnNoneActionActivated(object sender, EventArgs e) - { - } - - - protected void OnInvertActionActivated(object sender, EventArgs e) - { - } - - - protected void OnAllActionActivated(object sender, EventArgs e) - { - } - #endregion edit select menu - - - protected void OnCopyActionActivated(object sender, EventArgs e) - { - } - - - protected void OnUnselectedActionActivated(object sender, EventArgs e) - { - } - - - protected void OnSelectedActionActivated(object sender, EventArgs e) - { - } - - - protected void OnAllAction1Activated(object sender, EventArgs e) - { - } - - List GetFileFilters() + List GetFileFilters() { List filters = new List();