diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
commit | dc48b74497b67a449dd622fdaa7d69e7bff65a5e (patch) | |
tree | ba027660da3557237255591af3491af213e3a15e /Modules/Setup.dist | |
parent | 8d76cca0265aaa23d2a59af3bfb1bcd133c0a59d (diff) | |
download | cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.zip cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.gz cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.bz2 |
Remove the rgbimg module. It has been deprecated since Python 2.5.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 46f4253..d87e3ba 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -231,7 +231,6 @@ GLHACK=-Dclear=__GLclear #audioop audioop.c # Operations on audio samples #imageop imageop.c # Operations on images -#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) # Note that the _md5 and _sha modules are normally only built if the |