demos: Drop an unused variable

This commit is contained in:
Matthias Clasen 2023-08-28 20:50:38 -04:00
parent f90ca697af
commit 5721c3cb8f

View File

@ -501,7 +501,6 @@ pointer_motion (GtkEventControllerMotion *controller,
GtkPathWidget *self)
{
GskPathPoint point;
graphene_point_t pos;
if (gsk_path_get_closest_point (self->line_path,
&GRAPHENE_POINT_INIT (x, y),