Remove unused handlers

This commit is contained in:
Latif Khalifa
2013-12-04 19:57:35 +01:00
parent ec79b8d069
commit 74ac721030
2 changed files with 6 additions and 39 deletions

View File

@@ -17,20 +17,23 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<DefineConstants>TRACE;DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>full</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
<DefineConstants>
</DefineConstants>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>libomv.ico</ApplicationIcon>

View File

@@ -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<FileFilter> GetFileFilters()
List<FileFilter> GetFileFilters()
{
List<FileFilter> filters = new List<FileFilter>();