aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.TFS/State.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.TFS/State.cs')
-rw-r--r--Software/Visual_Studio/Tango.TFS/State.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.TFS/State.cs b/Software/Visual_Studio/Tango.TFS/State.cs
index 511914832..dfa905846 100644
--- a/Software/Visual_Studio/Tango.TFS/State.cs
+++ b/Software/Visual_Studio/Tango.TFS/State.cs
@@ -11,8 +11,6 @@ namespace Tango.TFS
New,
Active,
Resolved,
- Closed,
- Analyze,
- Pending
+ Closed
}
}