diff --git a/src/Extensions/ContainsKey.cs b/src/Extensions/ContainsKey.cs deleted file mode 100644 index 639c9033..00000000 --- a/src/Extensions/ContainsKey.cs +++ /dev/null @@ -1,24 +0,0 @@ -using Bonsai; -using System; -using System.ComponentModel; -using System.Collections.Generic; -using System.Linq; -using System.Reactive.Linq; - -[Combinator] -[Description("Returns true if the dictionary contains the specified key.")] -[WorkflowElementCategory(ElementCategory.Transform)] -public class ContainsKey -{ - private string key; - public string Key - { - get { return key; } - set { key = value; } - } - - public IObservable Process(IObservable> source) - { - return source.Select(value => {return value.ContainsKey(Key);}); - } -} diff --git a/src/Extensions/SinkSoftwareEvent.bonsai b/src/Extensions/SinkSoftwareEvent.bonsai deleted file mode 100644 index ea4a0864..00000000 --- a/src/Extensions/SinkSoftwareEvent.bonsai +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - Source1 - - - - - - SinkSoftwareEvent - - - - Source1 - - - - - - - SoftwareEvent - - - - SoftwareEvent - - - - - - Item2 - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file