|
|
@@ -292,7 +292,6 @@ matches_magic_number(const string &magic_number) const {
|
|
|
*/
|
|
|
PNMReader *PNMFileTypeTIFF::
|
|
|
make_reader(istream *file, bool owns_file, const string &magic_number) {
|
|
|
- init_pnm();
|
|
|
install_error_handlers();
|
|
|
return new Reader(this, file, owns_file, magic_number);
|
|
|
}
|
|
|
@@ -304,7 +303,6 @@ make_reader(istream *file, bool owns_file, const string &magic_number) {
|
|
|
*/
|
|
|
PNMWriter *PNMFileTypeTIFF::
|
|
|
make_writer(ostream *file, bool owns_file) {
|
|
|
- init_pnm();
|
|
|
install_error_handlers();
|
|
|
return new Writer(this, file, owns_file);
|
|
|
}
|