Skip to content

Commit

Permalink
Comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 21, 2017
1 parent 70a5530 commit 9222ba7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions RetailCoder.VBE/UI/CodeExplorer/Commands/AddComponentCommand.cs
Expand Up @@ -52,20 +52,6 @@ private Declaration GetDeclaration(CodeExplorerItemViewModel node)

private string GetFolder(CodeExplorerItemViewModel node)
{
//if (node == null)
//{
// return DefaultFolder;
//}

//if (node is ICodeExplorerDeclarationViewModel declarationNode)
//{
// return string.IsNullOrEmpty(declarationNode.Declaration.CustomFolder)
// ? DefaultFolder
// : declarationNode.Declaration.CustomFolder.Replace("\"", string.Empty);
//}

//return ((CodeExplorerCustomFolderViewModel)node).FullPath;

switch (node)
{
case null:
Expand Down
1 change: 0 additions & 1 deletion RetailCoder.VBE/UI/ToDoItems/ToDoExplorerControl.xaml.cs
Expand Up @@ -6,7 +6,6 @@ namespace Rubberduck.UI.ToDoItems
/// </summary>
public partial class ToDoExplorerControl
{
//private ToDoExplorerViewModel ViewModel { get { return DataContext as ToDoExplorerViewModel; } }
private ToDoExplorerViewModel ViewModel => DataContext as ToDoExplorerViewModel;

public ToDoExplorerControl()
Expand Down

0 comments on commit 9222ba7

Please sign in to comment.