Skip to content

Commit cd38c04

Browse files
committed
Remove unused using directives
1 parent 5710e64 commit cd38c04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RetailCoder.VBE/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Collections.ObjectModel;
4-
using System.Globalization;
5-
using System.IO;
64
using System.Linq;
7-
using System.Windows;
85
using System.Windows.Input;
96
using Microsoft.Vbe.Interop;
10-
using Rubberduck.Common;
117
using Rubberduck.Navigation.Folders;
128
using Rubberduck.Parsing.Annotations;
139
using Rubberduck.Parsing.Symbols;

0 commit comments

Comments
 (0)