mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Remove unnecessary logging
This commit is contained in:
parent
e3af7d508f
commit
262c3b1638
2 changed files with 0 additions and 2 deletions
|
@ -377,7 +377,6 @@ void wlr_seat_pointer_send_axis(struct wlr_seat *wlr_seat, uint32_t time,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void keyboard_key_notify(struct wl_listener *listener, void *data) {
|
static void keyboard_key_notify(struct wl_listener *listener, void *data) {
|
||||||
wlr_log(L_DEBUG, "Updating keyboard");
|
|
||||||
struct wlr_seat_keyboard *seat_kb = wl_container_of(
|
struct wlr_seat_keyboard *seat_kb = wl_container_of(
|
||||||
listener, seat_kb, key);
|
listener, seat_kb, key);
|
||||||
struct wlr_seat *seat = seat_kb->seat;
|
struct wlr_seat *seat = seat_kb->seat;
|
||||||
|
|
|
@ -117,7 +117,6 @@ static void wlr_surface_update_size(struct wlr_surface *surface) {
|
||||||
|
|
||||||
surface->current.width = _width;
|
surface->current.width = _width;
|
||||||
surface->current.height = _height;
|
surface->current.height = _height;
|
||||||
wlr_log(L_DEBUG, "%dx%d", _width, _height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void wlr_surface_to_buffer_region(struct wlr_surface *surface,
|
static void wlr_surface_to_buffer_region(struct wlr_surface *surface,
|
||||||
|
|
Loading…
Reference in a new issue