Skip to content

clutter/clutter-stage: Get rid of an unused variable warning

When building mutter with -Ddebug=false, a warning appears, that ClutterStagePrivate *priv is unused. Simply remove this variable and directly use stage->priv in CLUTTER_NOTE to get rid of this warning.

Edited by Pascal Nowack

Merge request reports