Revert "gs101: display: update 90hz denylist"

This reverts commit 2b88831a1d58f6115867a8228d24daf7a28dc749.

Reason for revert: move to vendor

Bug: 159903227
Bug: 182471327
Test: adb shell dumpsys window refresh
Change-Id: Iea49d0be0338faba1a98bdf184e2f674340602c1
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index aad243b..74d804b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -245,15 +245,6 @@
     <!-- Should the pinner service pin the Home application? -->
     <bool name="config_pinnerHomeApp">true</bool>
 
-    <!-- Display 90Hz blacklist. Apps that do not work well when the display refreshes at 90Hz.
-         When these apps are visible, the display's refresh rate gets fixed to 60Hz. -->
-    <string-array name="config_highRefreshRateBlacklist">
-        <item>com.nianticlabs.pokemongo</item>
-        <item>com.google.android.documentsui</item>
-        <item>com.activision.callofduty.shooter</item>
-        <item>jp.konami.epjCastlevania2</item>
-    </string-array>
-
     <!-- The default intensity level for haptic feedback. See
          Settings.System.HAPTIC_FEEDBACK_INTENSITY more details on the constant values and
          meanings. -->