aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Core/Commands
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-20 12:13:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-20 12:13:55 +0200
commit51c59649e78ea81d88c52ca7a0f61d53e9ac83fe (patch)
tree02dddb61c74c624d44de4d0cce09323f1b7e57dc /Software/Visual_Studio/Tango.Core/Commands
parent1a573aaa346ec4b8bd58a0e35ab9df571a09b855 (diff)
downloadTango-51c59649e78ea81d88c52ca7a0f61d53e9ac83fe.tar.gz
Tango-51c59649e78ea81d88c52ca7a0f61d53e9ac83fe.zip
Working on developer module...
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/Commands')
-rw-r--r--Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs b/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs
index 518b28669..fecf8a5de 100644
--- a/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs
+++ b/Software/Visual_Studio/Tango.Core/Commands/RelayCommand.cs
@@ -17,7 +17,6 @@ namespace Tango.Core.Commands
#region fields
readonly Predicate<object> canExecute;
readonly Action<object> execute;
- private Func<bool> p;
#endregion fields
#region constructors