aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Core/IParameterized.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/IParameterized.cs')
-rw-r--r--Software/Visual_Studio/Tango.Core/IParameterized.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.Core/IParameterized.cs b/Software/Visual_Studio/Tango.Core/IParameterized.cs
index d8e3982bb..776a7f926 100644
--- a/Software/Visual_Studio/Tango.Core/IParameterized.cs
+++ b/Software/Visual_Studio/Tango.Core/IParameterized.cs
@@ -1,5 +1,4 @@
-using LiteDB;
-using System;
+using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
@@ -19,7 +18,6 @@ namespace Tango.Core
/// </summary>
[ParameterIgnore]
[XmlIgnore]
- [BsonIgnore]
ReadOnlyObservableCollection<ParameterItem> Parameters { get; }
}
}