Skip to content

clutter/stage: Remove unused nullable annotation

Corentin Noël requested to merge tintou/clutter-grab-nullable into main

This annotation wasn't taken into account because of the colon, but shouldn't be applied as there is no way a NULL ClutterGrab can be returned.

Merge request reports