Remove unused handlers
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user