universal7904: Remove Lineage perf profiles from powerhint

 * Dropped in https://review.lineageos.org/c/LineageOS/android_hardware_samsung/+/321777
Change-Id: I3c42d3b69a128b47e04334e47f7040b22ea9021e
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json
index 220f30f..32c8364 100644
--- a/configs/power/powerhint.json
+++ b/configs/power/powerhint.json
@@ -77,17 +77,6 @@
                 ""
             ],
             "Type": "Property"
-        },
-        {
-            "Name": "PowerHALPerfProfileState",
-            "Path": "vendor.powerhal.perf_profile",
-            "Values": [
-                "POWER_SAVE",
-                "BIAS_POWER_SAVE",
-                "BIAS_PERFORMANCE",
-                "HIGH_PERFORMANCE"
-            ],
-            "Type": "Property"
         }
     ],
     "Actions": [
@@ -150,30 +139,6 @@
             "Node": "TouchscreenEnable",
             "Duration": 0,
             "Value": "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"
         }
     ]
 }