overlay: Remove back button panic overlay

 * Google decided to kill the feature.
   See the related fw/base commit for reference:
   https://github.com/LineageOS/android_frameworks_base/commit/bb97879c959c15c61f86b8465d583b80a21626b1

Change-Id: Iaa85020c4b2ab69d4e7cf7415e04e08990a9ea4d
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 8706aff..f3cabc5 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -67,12 +67,6 @@
          non-interactive state. -->
     <bool name="config_supportLongPressPowerWhenNonInteractive">true</bool>
 
-    <!-- Control the behavior when the user panic presses the back button.
-            0 - Nothing
-            1 - Go to home
-    -->
-    <integer name="config_backPanicBehavior">1</integer>
-
     <!--  Whether Multiuser UI should be shown -->
     <bool name="config_enableMultiUserUI">true</bool>