mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Fix unused varible warning
This commit is contained in:
parent
b5dcc04ce4
commit
daad8c925b
1 changed files with 0 additions and 1 deletions
|
|
@ -615,7 +615,6 @@ static void handle_axis(struct sway_seat *seat,
|
||||||
* ----------------------------------*/
|
* ----------------------------------*/
|
||||||
|
|
||||||
static void handle_touch_down(struct sway_seat *seat, uint32_t time_msec) {
|
static void handle_touch_down(struct sway_seat *seat, uint32_t time_msec) {
|
||||||
struct seatop_default_event *e = seat->seatop_data;
|
|
||||||
struct sway_cursor *cursor = seat->cursor;
|
struct sway_cursor *cursor = seat->cursor;
|
||||||
|
|
||||||
// Determine what's under the cursor
|
// Determine what's under the cursor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue