about summary refs log tree commit diff
path: root/editor/pamaltsat.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-09-16 23:43:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-09-16 23:43:01 +0000
commitdf9248aed34603f141919ccc3ff3f78da89cea8e (patch)
treea67a0c77b7aee5d5c17a10446e27896916f2555d /editor/pamaltsat.c
parente3d15fe1db69cdf047bf6648d3c7eb29f663bb5c (diff)
downloadnetpbm-mirror-df9248aed34603f141919ccc3ff3f78da89cea8e.tar.gz
netpbm-mirror-df9248aed34603f141919ccc3ff3f78da89cea8e.tar.xz
netpbm-mirror-df9248aed34603f141919ccc3ff3f78da89cea8e.zip
Remove vestigial comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3327 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pamaltsat.c')
-rw-r--r--editor/pamaltsat.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/editor/pamaltsat.c b/editor/pamaltsat.c
index de62c1bb..fbf69641 100644
--- a/editor/pamaltsat.c
+++ b/editor/pamaltsat.c
@@ -12,16 +12,6 @@
 typedef unsigned int  uint;
 typedef unsigned char uchar;
 
-/* To register a new method:
-   1. append its Id to the enum <Method>,
-   2. append its name to the array <methodTable>,
-   3. increment the value of <methodCt> by one, and
-   4. implement the new method and invoke it from the switch statement
-      in saturateTup().
-
-   TODO: Consider providing a RegisterMethod() function if the procedure above
-         is too cumbersome.
-*/
 typedef enum {MLog,  MSpectrum } Method; /* method identifiers */
 
 typedef struct {