Remove SetAdaptiveBrightness, SetLEDBrightness, and SetBacklight.

For now these 3 aren't needed or aren't used by steam client
so removing them for now.
This commit is contained in:
Jeremy Whiting 2023-10-09 13:08:53 -06:00
parent 14584d0540
commit 05a716b3b1

View file

@ -175,18 +175,6 @@
<arg type="b" name="success" direction="out"/>
</method>
<!--
SetBacklight:
@value: The backlight brightness value to use.
@success: True on success. False otherwise.
Set the backlight brightness to the given value.
-->
<method name="SetBacklight">
<arg type="i" name="value" direction="in"/>
<arg type="b" name="success" direction="out"/>
</method>
<!--
SetALSIntegrationTime:
@seconds: The number of seconds to use for ALS integration.
@ -199,30 +187,6 @@
<arg type="b" name="success" direction="out"/>
</method>
<!--
SetLEDBrightness
@value: The value to usse for LED brightness.
@success: True on success. False otherwise.
Set the LED brightness to the given value.
-->
<method name="SetLEDBrightness">
<arg type="i" name="value" direction="in"/>
<arg type="b" name="success" direction="out"/>
</method>
<!--
SetContentAdaptiveBrightness
@value: The value to usse for content adaptive brightness.
@success: True on success. False otherwise.
Set the content adaptive brightness to the given value.
-->
<method name="SetContentAdaptiveBrightness">
<arg type="i" name="value" direction="in"/>
<arg type="b" name="success" direction="out"/>
</method>
</interface>
</node>