st: Remove color from ClutterActor pick virtual function

It's unused since commit mutter@14c706e51

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/759
This commit is contained in:
Daniel van Vugt
2019-10-14 15:20:49 +08:00
committed by Georges Basile Stavracas Neto
parent 0615370930
commit d7c569c692
3 changed files with 5 additions and 8 deletions

View File

@ -35,8 +35,7 @@
#endif
static void
stop_pick (ClutterActor *actor,
const ClutterColor *color)
stop_pick (ClutterActor *actor)
{
g_signal_stop_emission_by_name (actor, "pick");
}