summaryrefslogtreecommitdiff
path: root/tests/test-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-alpha.c')
-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[])
{