From 061dfc6edd70967c15cf25e2472936b60b45d16d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 26 Aug 2006 07:29:14 +0000 Subject: Eliminate pm_perror() in favor of informative error messages git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@20 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/pm.h') diff --git a/lib/pm.h b/lib/pm.h index 040a6a4b..199d47f2 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -160,10 +160,6 @@ pm_message (const char format[], ...); void PM_GNU_PRINTF_ATTR(1,2) pm_error (const char reason[], ...); -/* Obsolete - use helpful error message instead */ -void -pm_perror (const char reason[]); - /* Obsolete - use shhopt and user's manual instead */ void pm_usage (const char usage[]); -- cgit 1.4.1