wayland/display: Remove duplicate update_scale() call
authorRobert Mader <robert.mader@posteo.de>
Fri, 2 Sep 2022 22:48:17 +0000 (00:48 +0200)
committerRobert Mader <robert.mader@posteo.de>
Fri, 2 Sep 2022 22:53:02 +0000 (00:53 +0200)
commit06a51b6ca692bab365a36d81043b9e88f0cfcedf
treede8e83f288382c45217b0ce16e9a84781ad62e81
parent6a1f5c0af544a532de8685dd42236284f8434a62
wayland/display: Remove duplicate update_scale() call

`apply_monitor_change()` already calls `update_scale()`.
Note that this only affects old compositor versions (see
`should_update_monitor()`) so it's just a minor cleanup.
gdk/wayland/gdkdisplay-wayland.c