From 90038c1f94089c95ea14cb00f7d11cd195d615f4 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Wed, 26 May 2010 10:48:13 +0200 Subject: [PATCH] tests/examples/transition.c: remove some cruft from transition example --- tests/examples/transition.c | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tests/examples/transition.c b/tests/examples/transition.c index d64a181..281a37c 100644 --- a/tests/examples/transition.c +++ b/tests/examples/transition.c @@ -25,27 +25,6 @@ typedef struct char *name; } transition_type; -transition_type transitions[] = { - {-1, "fade"}, - {0, "wipe_ltr"}, - {1, "wipe_ttb"}, -}; - -#define N_TRANSITIONS 3 -#define INVALID_TRANSITION -2 - -int -transition_for_name (char *name) -{ - return -1; -} - -void -notify_max_duration_cb (GObject * object) -{ - g_print ("got here\n"); -} - GESTimelineObject * make_source (char *path, guint64 start, guint64 duration, gint priority) { -- 2.7.4