wayland-stage: Remove unused variable
This commit is contained in:
parent
eba5648c27
commit
731e1ed74f
@ -32,7 +32,6 @@ static void
|
|||||||
meta_wayland_stage_paint (ClutterActor *actor)
|
meta_wayland_stage_paint (ClutterActor *actor)
|
||||||
{
|
{
|
||||||
MetaDisplay *display = meta_get_display ();
|
MetaDisplay *display = meta_get_display ();
|
||||||
MetaScreen *screen = display->screen;
|
|
||||||
MetaCursorTracker *tracker;
|
MetaCursorTracker *tracker;
|
||||||
|
|
||||||
CLUTTER_ACTOR_CLASS (meta_wayland_stage_parent_class)->paint (actor);
|
CLUTTER_ACTOR_CLASS (meta_wayland_stage_parent_class)->paint (actor);
|
||||||
|
Loading…
Reference in New Issue
Block a user