demos: Drop an unused variable
This commit is contained in:
@@ -501,7 +501,6 @@ pointer_motion (GtkEventControllerMotion *controller,
|
|||||||
GtkPathWidget *self)
|
GtkPathWidget *self)
|
||||||
{
|
{
|
||||||
GskPathPoint point;
|
GskPathPoint point;
|
||||||
graphene_point_t pos;
|
|
||||||
|
|
||||||
if (gsk_path_get_closest_point (self->line_path,
|
if (gsk_path_get_closest_point (self->line_path,
|
||||||
&GRAPHENE_POINT_INIT (x, y),
|
&GRAPHENE_POINT_INIT (x, y),
|
||||||
|
|||||||
Reference in New Issue
Block a user