From 6534822a206916c5d478719181a43bbad88cc471 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 29 Sep 2010 21:52:12 +0000 Subject: retire createBlackTuple, obsoleted by pnm_createBlackTuple git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1322 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpam.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'lib/libpam.c') diff --git a/lib/libpam.c b/lib/libpam.c index 51305e48..73622803 100644 --- a/lib/libpam.c +++ b/lib/libpam.c @@ -205,21 +205,6 @@ pnm_createBlackTuple(const struct pam * const pamP, -void -createBlackTuple(const struct pam * const pamP, - tuple * const blackTupleP) { - -/* This is poorly named, because it lacks the "pnm" prefix. But for some - reason, this is how we originally named this. So to maintain backward - compatibility with binaries that refer to "createBlackTuple", we define - this. The preferred name, pnm_createBlackTuple() was new in Netpbm 10.20, - January 2004. We should eventually retire createBlackTuple(). -*/ - pnm_createBlackTuple(pamP, blackTupleP); -} - - - static tuple * allocPamRow(const struct pam * const pamP) { /*---------------------------------------------------------------------------- -- cgit 1.4.1