From 820a3f04fd4cd967e3831baa835b4b177929f4d3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 18 Mar 2022 18:22:54 -0400 Subject: Remove "lt-" workarounds The executables that libtool built invoked the underlying binary with an "lt-" prefix. The code contained numerous workarounds for testing, which can now be removed. --- examples/pdf-bookmarks.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/pdf-bookmarks.cc') diff --git a/examples/pdf-bookmarks.cc b/examples/pdf-bookmarks.cc index 1212b86d..e049e423 100644 --- a/examples/pdf-bookmarks.cc +++ b/examples/pdf-bookmarks.cc @@ -157,12 +157,6 @@ int main(int argc, char* argv[]) { whoami = QUtil::getWhoami(argv[0]); - // For libtool's sake.... - if (strncmp(whoami, "lt-", 3) == 0) - { - whoami += 3; - } - if ((argc == 2) && (strcmp(argv[1], "--version") == 0)) { std::cout << whoami << " version 1.5" << std::endl; -- cgit v1.2.3-70-g09d2