aboutsummaryrefslogtreecommitdiff
path: root/src/stages.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stages.rs')
-rw-r--r--src/stages.rs34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/stages.rs b/src/stages.rs
index 9584c68..0ff0adf 100644
--- a/src/stages.rs
+++ b/src/stages.rs
@@ -24,37 +24,3 @@ pub fn all_stages() -> &'static [StageType] {
StageType::Behavior,
]
}
-
-pub fn types() -> &'static [StageType] {
- &[
- StageType::Activities,
- StageType::Practice,
- StageType::Data,
- StageType::Knowledge,
- ]
-}
-
-pub fn characteristics() -> &'static [StageType] {
- &[
- StageType::Ubiquity,
- StageType::Certainty,
- StageType::PublicationTypes,
- ]
-}
-
-pub fn properties() -> &'static [StageType] {
- &[
- StageType::Market,
- StageType::KnowledgeManagement,
- StageType::MarketPerception,
- StageType::UserPerception,
- StageType::PerceptionInIndustry,
- StageType::FocusOfValue,
- StageType::Understanding,
- StageType::Comparison,
- StageType::Failure,
- StageType::MarketAction,
- StageType::Efficiency,
- StageType::DecisionDrivers,
- ]
-}