diff options
author | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
commit | 50b4840e6dfd893ae2feecc3bd6ec49071796354 (patch) | |
tree | aa367693fd9828a1285a20bc191a47a436756147 /src/codec | |
parent | 3623be3fd05d890309cc3da4b3a1e319e357df65 (diff) |
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
Pretty much useless and unused, except for listing the module names in
build.h and the short versions totally suffice for that.
Diffstat (limited to 'src/codec')
-rw-r--r-- | src/codec/base64/info.txt | 2 | ||||
-rw-r--r-- | src/codec/bzip2/info.txt | 1 | ||||
-rw-r--r-- | src/codec/hex/info.txt | 2 | ||||
-rw-r--r-- | src/codec/openpgp/info.txt | 2 | ||||
-rw-r--r-- | src/codec/pem/info.txt | 2 | ||||
-rw-r--r-- | src/codec/zlib/info.txt | 1 |
6 files changed, 0 insertions, 10 deletions
diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt index d4ed80976..1d36b948e 100644 --- a/src/codec/base64/info.txt +++ b/src/codec/base64/info.txt @@ -1,5 +1,3 @@ -realname "Base64 Codec" - define BASE64_CODEC load_on auto diff --git a/src/codec/bzip2/info.txt b/src/codec/bzip2/info.txt index 1be84e405..7fd426f90 100644 --- a/src/codec/bzip2/info.txt +++ b/src/codec/bzip2/info.txt @@ -1,6 +1,5 @@ # This module was written by Peter J. Jones -realname "Bzip2 Compressor" define COMPRESSOR_BZIP2 modset compression diff --git a/src/codec/hex/info.txt b/src/codec/hex/info.txt index 512a5de8b..817ff1a00 100644 --- a/src/codec/hex/info.txt +++ b/src/codec/hex/info.txt @@ -1,5 +1,3 @@ -realname "Hex Codec" - define HEX_CODEC load_on auto diff --git a/src/codec/openpgp/info.txt b/src/codec/openpgp/info.txt index 6b30850d0..f7774b147 100644 --- a/src/codec/openpgp/info.txt +++ b/src/codec/openpgp/info.txt @@ -1,5 +1,3 @@ -realname "OpenPGP Codec" - define OPENPGP_CODEC load_on auto diff --git a/src/codec/pem/info.txt b/src/codec/pem/info.txt index bbe8d4c70..5544e1bb0 100644 --- a/src/codec/pem/info.txt +++ b/src/codec/pem/info.txt @@ -1,5 +1,3 @@ -realname "PEM Codec" - define PEM_CODEC load_on auto diff --git a/src/codec/zlib/info.txt b/src/codec/zlib/info.txt index 9b1c35d84..267c3be92 100644 --- a/src/codec/zlib/info.txt +++ b/src/codec/zlib/info.txt @@ -1,4 +1,3 @@ -realname "Zlib Compressor" #realname "Zlib/Gzip Compressor" define COMPRESSOR_ZLIB |