vendor/bliss: Disable Gesture Navigation by default

- Users can switch to this from Settings anytime. This anyway does not work hence not worth to have it.

Signed-off-by: Jackeagle <jackeagle102@gmail.com>
Change-Id: I5c697033f4d2fc91363675a96ff650982e5e3f92
diff --git a/config/common.mk b/config/common.mk
index fc95d89..84b7123 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -50,10 +50,6 @@
     ro.com.google.ime.bs_theme=true \
     ro.com.google.ime.theme_id=5
 
-# Gestures
-PRODUCT_PROPERTY_OVERRIDES += \
-    ro.boot.vendor.overlay.theme=com.android.internal.systemui.navbar.gestural
-
 # Backup Tool
 PRODUCT_COPY_FILES += \
     vendor/bliss/prebuilt/common/bin/backuptool.sh:install/bin/backuptool.sh \