gta4xl-common: remove lineage perf profiles from powerhint

* Dropped in https://review.lineageos.org/c/LineageOS/android_hardware_samsung/+/321777

Change-Id: I3c42d3b69a128b47e04334e47f7040b22ea9021e
diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json
index 5e74b7b..aec9566 100644
--- a/configs/power/powerhint.json
+++ b/configs/power/powerhint.json
@@ -75,17 +75,6 @@
                 ""
             ],
             "Type": "Property"
-        },
-        {
-            "Name": "PowerHALPerfProfileState",
-            "Path": "vendor.powerhal.perf_profile",
-            "Values": [
-                "POWER_SAVE",
-                "BIAS_POWER_SAVE",
-                "BIAS_PERFORMANCE",
-                "HIGH_PERFORMANCE"
-            ],
-            "Type": "Property"
         }
     ],
     "Actions": [
@@ -178,30 +167,6 @@
             "Node": "DoubleTapToWakeEnable",
             "Duration": 0,
             "Value": "aot_enable,1"
-        },
-        {
-            "PowerHint": "PROFILE_POWER_SAVE",
-            "Node": "PowerHALPerfProfileState",
-            "Duration": 0,
-            "Value": "POWER_SAVE"
-        },
-        {
-            "PowerHint": "PROFILE_BIAS_POWER_SAVE",
-            "Node": "PowerHALPerfProfileState",
-            "Duration": 0,
-            "Value": "BIAS_POWER_SAVE"
-        },
-        {
-            "PowerHint": "PROFILE_BIAS_PERFORMANCE",
-            "Node": "PowerHALPerfProfileState",
-            "Duration": 0,
-            "Value": "BIAS_PERFORMANCE"
-        },
-        {
-            "PowerHint": "PROFILE_HIGH_PERFORMANCE",
-            "Node": "PowerHALPerfProfileState",
-            "Duration": 0,
-            "Value": "HIGH_PERFORMANCE"
         }
     ]
 }