aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-create.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-create.cc')
-rw-r--r--examples/pdf-create.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/pdf-create.cc b/examples/pdf-create.cc
index f4438eab..b5d87618 100644
--- a/examples/pdf-create.cc
+++ b/examples/pdf-create.cc
@@ -409,11 +409,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)
{
usage();