OmniLib: Drop deprecated ENTRY_BUMP HapticFeedbackConstants in OmniVibe

after https://gitlab.com/omnirom/android_frameworks_base/-/commit/b2e56fddba3e43b9590a74d5a42be57b7c7c59da

Change-Id: I9246f71313921cbbfbfb84b55e1420d18bd31de5
diff --git a/src/org/omnirom/omnilib/utils/OmniVibe.java b/src/org/omnirom/omnilib/utils/OmniVibe.java
index c57fe27..4882c91 100644
--- a/src/org/omnirom/omnilib/utils/OmniVibe.java
+++ b/src/org/omnirom/omnilib/utils/OmniVibe.java
@@ -71,7 +71,6 @@
             case HapticFeedbackConstants.KEYBOARD_RELEASE:
             case HapticFeedbackConstants.TEXT_HANDLE_MOVE:
             case HapticFeedbackConstants.VIRTUAL_KEY_RELEASE:
-            case HapticFeedbackConstants.ENTRY_BUMP:
             case HapticFeedbackConstants.DRAG_CROSSING:
             case HapticFeedbackConstants.GESTURE_END:
                 return VibrationEffect.get(VibrationEffect.EFFECT_TICK, false);