mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 11:02:05 +00:00
removed debugging messages
This commit is contained in:
parent
dd9061ae18
commit
84f51d0d71
@ -107,8 +107,10 @@ clutter_behaviour_ellipse_advance (ClutterBehaviourEllipse * e,
|
||||
knot->x = CFX_INT (e->priv->a * clutter_cosi (angle));
|
||||
knot->y = CFX_INT (e->priv->b * clutter_sini (angle));
|
||||
|
||||
#if 0
|
||||
g_debug ("advancing to angle %d [%d, %d] (a: %d, b: %d)",
|
||||
angle, knot->x, knot->y, e->priv->a, e->priv->b);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user