From 9c254313ec9b3b02c7fa870b11cdad26897360ea Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 14 Jan 2014 20:40:21 +0800 Subject: [PATCH] remove old option: font-suffix --- src/pdf2htmlEX.cc | 7 ------- 1 file changed, 7 deletions(-) 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, "", "")