about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-10-13 00:52:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-10-13 00:52:00 +0000
commit8c62fc8130dbd8ffbcfcdf64c211d13832797e05 (patch)
treef9e8b9c5e9c10a06bb87d2dde9df6cdbcf20bc4e /editor
parent2087fc45bd38ac1dd3b90789c5bfb94f2dbbad94 (diff)
downloadnetpbm-mirror-8c62fc8130dbd8ffbcfcdf64c211d13832797e05.tar.gz
netpbm-mirror-8c62fc8130dbd8ffbcfcdf64c211d13832797e05.tar.xz
netpbm-mirror-8c62fc8130dbd8ffbcfcdf64c211d13832797e05.zip
Release 10.40.01
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@438 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pamthreshold.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/editor/pamthreshold.c b/editor/pamthreshold.c
index f45649bf..e6eed864 100644
--- a/editor/pamthreshold.c
+++ b/editor/pamthreshold.c
@@ -84,16 +84,6 @@ addToRange(struct range * const rangeP,
 
 
 
-static void
-assertRangeValid(struct range const range) {
-
-    assert(betweenZeroAndOne(range.min));
-    assert(betweenZeroAndOne(range.max));
-    assert(range.max >= range.min);
-}
-
-
-
 static float
 spread(struct range const range) {