Remove unnecessary BMP loading library (use imagebmp() instead)

This commit is contained in:
Kijin Sung 2021-01-07 23:05:41 +09:00
parent e2e32902b6
commit 3fd7bf16c3
2 changed files with 0 additions and 258 deletions

View file

@ -85,7 +85,6 @@ $GLOBALS['RX_AUTOLOAD_FILE_MAP'] = array_change_key_case(array(
'XmlLangParser' => 'classes/xml/XmlLangParser.class.php',
'XmlParser' => 'classes/xml/XmlParser.class.php',
'XeXmlParser' => 'classes/xml/XmlParser.class.php',
'Bmp' => 'common/libraries/bmp.php',
'Ftp' => 'common/libraries/ftp.php',
'Tar' => 'common/libraries/tar.php',
'CryptoCompat' => 'common/libraries/cryptocompat.php',