mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
cursor: remove unused node assignement
The node variable is not used before its reassigned later in the function, remove the assignement.
This commit is contained in:
parent
8460924a7c
commit
97d3fb17a4
@ -431,7 +431,7 @@ static void handle_cursor_motion(struct wl_listener *listener, void *data) {
|
||||
struct sway_node *node = NULL;
|
||||
double sx, sy;
|
||||
if (cursor->active_constraint) {
|
||||
node = node_at_coords(cursor->seat,
|
||||
node_at_coords(cursor->seat,
|
||||
cursor->cursor->x, cursor->cursor->y, &surface, &sx, &sy);
|
||||
|
||||
if (cursor->active_constraint->surface != surface) {
|
||||
|
Loading…
Reference in New Issue
Block a user