mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
00bb189e71
The function had a line like: CoglMaterial *material = material = _cogl_material_pointer_from_handle (material_handle); where the duplicate "material =" wasn't intended, so this patch removes it.