diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-22 16:49:21 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-22 16:49:21 (GMT) |
commit | a1c5602a7adbdba611b9d7b3fb7201ab61a606b0 (patch) | |
tree | 67578ab7e85c3793f793f019b19aa24c6c48d8bd | |
parent | 860dc048ca0a5327e3b52731f742b1e8a99d21ce (diff) | |
download | cpython-a1c5602a7adbdba611b9d7b3fb7201ab61a606b0.zip cpython-a1c5602a7adbdba611b9d7b3fb7201ab61a606b0.tar.gz cpython-a1c5602a7adbdba611b9d7b3fb7201ab61a606b0.tar.bz2 |
Removed imgformat reference
-rw-r--r-- | Mac/Modules/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index e7418eb..7e2f3df 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -305,7 +305,6 @@ struct { #ifdef __MWERKS__ /* This is really "Jack Jansen" specific for now :-) */ {"macspeech", initmacspeech}, - {"imgformat", initimgformat}, {"macdnr", initmacdnr}, {"mactcp", initmactcp}, #endif |