summaryrefslogtreecommitdiff
path: root/tiff/port/dummy.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-02 10:09:28 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-02 10:09:28 +0200
commitda4a717ddcd6ba5b5b0819aabbe49fcd5f77ae4d (patch)
tree86a75831be5de12584225fdd94bec47a73a455a8 /tiff/port/dummy.c
parent63128e407a6ee7afd31e013dc55d5dcbfab0f6a9 (diff)
remove unused sources
Diffstat (limited to 'tiff/port/dummy.c')
-rw-r--r--tiff/port/dummy.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/tiff/port/dummy.c b/tiff/port/dummy.c
deleted file mode 100644
index 1b48910..0000000
--- a/tiff/port/dummy.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* $Id: dummy.c,v 1.2.2.2 2010-06-08 18:50:43 bfriesen Exp $ */
-
-/*
- * Dummy function, just to be ensure that the library always will be created.
- */
-
-void
-libport_dummy_function()
-{
- return;
-}
-
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */