wayland: remove empty line

This commit is contained in:
Daniel Eklöf 2019-12-31 16:07:05 +01:00
parent 2cd7e51002
commit 7fe081600a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -204,7 +204,6 @@ clock_id(void *data, struct wp_presentation *wp_presentation, uint32_t clk_id)
{
struct wayland *wayl = data;
wayl->presentation_clock_id = clk_id;
LOG_DBG("presentation clock ID: %u", clk_id);
}