diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
commit | c0b89ac5bfb90835ef01573267020e42d4fe070c (patch) | |
tree | 733c16852d964d84b7565af4bdaff0bcca901b88 /tiff/port/dummy.c | |
parent | 094535c010320967639e8e86f974d878e80baa72 (diff) |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'tiff/port/dummy.c')
-rw-r--r-- | tiff/port/dummy.c | 19 |
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: - */ |