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 ea597b2e..5b352a28 100644
--- a/other/pamx/image.h
+++ b/other/pamx/image.h
@@ -81,9 +81,4 @@ colorIntensity(unsigned int const red,
             BlueIntensity[blu / 256]);
 }
 
-Image *
-pbmLoad(const char * const fullname,
-        const char * const name,
-        bool         const verbose);
-
 #endif