aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-split-pages.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-split-pages.cc')
-rw-r--r--examples/pdf-split-pages.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/pdf-split-pages.cc b/examples/pdf-split-pages.cc
index 381480ef..c79177ee 100644
--- a/examples/pdf-split-pages.cc
+++ b/examples/pdf-split-pages.cc
@@ -59,11 +59,6 @@ int main(int argc, char* argv[])
{
char const* whoami = QUtil::getWhoami(argv[0]);
- // For libtool's sake....
- if (strncmp(whoami, "lt-", 3) == 0)
- {
- whoami += 3;
- }
// For test suite
if ((argc > 1) && (strcmp(argv[1], " --static-id") == 0))
{