delete unused priority constants


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@991186 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java b/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java
index 227f662..31b0ef6 100644
--- a/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java
+++ b/sigil/common/core/src/org/apache/felix/sigil/common/repository/IBundleRepository.java
@@ -30,10 +30,6 @@
 
 public interface IBundleRepository
 {
-    static final int NORMAL_PRIORITY = 0;
-    static final int MAXIMUM_PRIORITY = -500;
-    static final int MINIMUM_PRIORITY = 500;
-
     String getId();
 
     void addBundleRepositoryListener(IBundleRepositoryListener listener);