tests/examples/transition.c: remove some cruft from transition example
authorBrandon Lewis <brandon.lewis@collabora.co.uk>
Wed, 26 May 2010 08:48:13 +0000 (10:48 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 9 Jun 2010 09:28:08 +0000 (11:28 +0200)
tests/examples/transition.c

index d64a181d5935db4e325fb0c60d8a09c66afa6bcc..281a37c4f495cb90e6a32e3e6cc3a87f7e1a2a1f 100644 (file)
@@ -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)
 {