diff --git a/src/pdf2htmlEX.cc b/src/pdf2htmlEX.cc index 33562dd..3963716 100644 --- a/src/pdf2htmlEX.cc +++ b/src/pdf2htmlEX.cc @@ -42,12 +42,6 @@ using namespace pdf2htmlEX; Param param; ArgParser argparser; -void deprecated_font_suffix(const char * dummy = nullptr) -{ - cerr << "--font-suffix is deprecated. Use `--font-format` instead." << endl; - exit(EXIT_FAILURE); -} - void show_usage_and_exit(const char * dummy = nullptr) { cerr << "Usage: pdf2htmlEX [options] []" << endl; @@ -202,7 +196,6 @@ void parse_options (int argc, char **argv) .add("help,h", "print usage information", &show_usage_and_exit) // deprecated - .add("font-suffix", "", &deprecated_font_suffix) .add("", ¶m.input_filename, "", "") .add("", ¶m.output_filename, "", "")