mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
shellDBus: Remove ShowMonitorLabels API
This API has been broken for quite some time now as the corresponding mutter function meta_monitor_manager_get_monitor_for_output was removed. If anyone tries to use it, we would just run into a backtrace. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/490
This commit is contained in:
parent
a5c75ff58b
commit
862aaf341e
3 changed files with 1 additions and 32 deletions
|
|
@ -9,9 +9,6 @@
|
|||
<method name="ShowOSD">
|
||||
<arg type="a{sv}" direction="in" name="params"/>
|
||||
</method>
|
||||
<method name="ShowMonitorLabels">
|
||||
<arg type="a{uv}" direction="in" name="params"/>
|
||||
</method>
|
||||
<method name="ShowMonitorLabels2">
|
||||
<arg type="a{sv}" direction="in" name="params"/>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue