about summary refs log tree commit diff
path: root/other/pamx/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamx/image.h')
-rw-r--r--other/pamx/image.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/other/pamx/image.h b/other/pamx/image.h
index 9c9689ac..32a48c5a 100644
--- a/other/pamx/image.h
+++ b/other/pamx/image.h
@@ -82,9 +82,4 @@ colorIntensity(unsigned int const red,
             BlueIntensity[blu / 256]);
 }
 
-Image *
-pbmLoad(const char * const fullname,
-        const char * const name,
-        bool         const verbose);
-
 #endif