summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/pixtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/pixman/pixtest.c')
-rw-r--r--Build/source/libs/pixman/pixtest.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/pixman/pixtest.c b/Build/source/libs/pixman/pixtest.c
deleted file mode 100644
index 8d501d24c00..00000000000
--- a/Build/source/libs/pixman/pixtest.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* pixtest.c: Basic test for libpixman
- *
- * Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
- * You may freely use, modify and/or distribute this file.
- */
-
-#include <stdio.h>
-#include <pixman.h>
-
-int main (int argc, char **argv)
-{
- printf ("%s: Compiled with pixman version %s; using %s\n",
- argv[0], PIXMAN_VERSION_STRING, pixman_version_string ());
- return 0;
-}