aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.TFS/WorkItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.TFS/WorkItem.cs')
-rw-r--r--Software/Visual_Studio/Tango.TFS/WorkItem.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Visual_Studio/Tango.TFS/WorkItem.cs b/Software/Visual_Studio/Tango.TFS/WorkItem.cs
index 35c2f8669..230f4a5ef 100644
--- a/Software/Visual_Studio/Tango.TFS/WorkItem.cs
+++ b/Software/Visual_Studio/Tango.TFS/WorkItem.cs
@@ -183,13 +183,6 @@ namespace Tango.TFS
}
- private String _environment;
- public String Environment
- {
- get { return _environment; }
- set { _environment = value; RaisePropertyChangedAuto(); }
- }
-
private String _comment;
public String Comment
{
@@ -197,8 +190,6 @@ namespace Tango.TFS
set { _comment = value; RaisePropertyChangedAuto(); }
}
- public String LoggedInUser { get; set; }
-
public bool IsBuildVersionValid
{
get