aboutsummaryrefslogtreecommitdiff
path: root/src/lib/animations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/animations.c')
-rw-r--r--src/lib/animations.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/animations.c b/src/lib/animations.c
index 0f217d1f..16fa883d 100644
--- a/src/lib/animations.c
+++ b/src/lib/animations.c
@@ -261,11 +261,9 @@ redraw_tree_view (struct GNUNET_GTK_AnimationTreeViewHandle *atv)
261 * Task run periodically to advance all of our animations. 261 * Task run periodically to advance all of our animations.
262 * 262 *
263 * @param cls closure, unused 263 * @param cls closure, unused
264 * @param tc scheduler context, unused
265 */ 264 */
266static void 265static void
267ticker (void *cls, 266ticker (void *cls)
268 const struct GNUNET_SCHEDULER_TaskContext *tc)
269{ 267{
270 struct GNUNET_GTK_AnimationContext *pos; 268 struct GNUNET_GTK_AnimationContext *pos;
271 struct GNUNET_GTK_AnimationTreeViewHandle *atv; 269 struct GNUNET_GTK_AnimationTreeViewHandle *atv;