style: Remove useless dereferencing.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-24 23:26:55 +01:00
parent 13f61a6e5f
commit a2382483f0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -434,7 +434,7 @@ trait PrivateMatchMethods: TElement {
animation::start_transitions_if_applicable( animation::start_transitions_if_applicable(
new_animations_sender, new_animations_sender,
this_opaque, this_opaque,
&**values, &values,
new_values, new_values,
&shared_context.timer, &shared_context.timer,
&possibly_expired_animations, &possibly_expired_animations,