Skip to content

Commit 9222ba7

Browse files
committed
Comment removal
1 parent 70a5530 commit 9222ba7

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

RetailCoder.VBE/UI/CodeExplorer/Commands/AddComponentCommand.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ private Declaration GetDeclaration(CodeExplorerItemViewModel node)
5252

5353
private string GetFolder(CodeExplorerItemViewModel node)
5454
{
55-
//if (node == null)
56-
//{
57-
// return DefaultFolder;
58-
//}
59-
60-
//if (node is ICodeExplorerDeclarationViewModel declarationNode)
61-
//{
62-
// return string.IsNullOrEmpty(declarationNode.Declaration.CustomFolder)
63-
// ? DefaultFolder
64-
// : declarationNode.Declaration.CustomFolder.Replace("\"", string.Empty);
65-
//}
66-
67-
//return ((CodeExplorerCustomFolderViewModel)node).FullPath;
68-
6955
switch (node)
7056
{
7157
case null:

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerControl.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace Rubberduck.UI.ToDoItems
66
/// </summary>
77
public partial class ToDoExplorerControl
88
{
9-
//private ToDoExplorerViewModel ViewModel { get { return DataContext as ToDoExplorerViewModel; } }
109
private ToDoExplorerViewModel ViewModel => DataContext as ToDoExplorerViewModel;
1110

1211
public ToDoExplorerControl()

0 commit comments

Comments
 (0)