Index: trunk/extensions/Distribution/includes/DistributionRelease.php |
— | — | @@ -23,13 +23,6 @@ |
24 | 24 | * @author Jeroen De Dauw |
25 | 25 | */ |
26 | 26 | class DistributionRelease { |
27 | | - |
28 | | - const ST_DEV = 0; |
29 | | - const ST_ALPHA = 1; |
30 | | - const ST_BETA = 2; |
31 | | - const ST_RC = 3; |
32 | | - const ST_STABLE = 4; |
33 | | - const ST_DEPRECATED = 5; |
34 | 27 | |
35 | 28 | /** |
36 | 29 | * Mapping between the state names and internal representation. |