summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-06-19 12:37:29 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-06-19 12:37:29 +0100
commitb33632c6ff668799de620210bd52ef8d16fb6836 (patch)
tree55e09ff4e967ddf3604264140875f9b03b0cd953
parentf2ef82d17d4825f60c439a00413ee8c1e0ecba1a (diff)
downloadclutter-gst-b33632c6ff668799de620210bd52ef8d16fb6836.tar.gz
tests: Remove unused function
This avoids a compiler warning.
-rw-r--r--tests/test-alpha.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test-alpha.c b/tests/test-alpha.c
index 93a32b6..ac0109c 100644
--- a/tests/test-alpha.c
+++ b/tests/test-alpha.c
@@ -54,15 +54,6 @@ static GOptionEntry options[] =
{ NULL }
};
-static guint32
-parse_fourcc (const gchar *fourcc)
-{
- if (strlen (fourcc) != 4)
- return 0;
-
- return GST_STR_FOURCC (fourcc);
-}
-
int
main (int argc, char *argv[])
{