From 42989fa4e3936d6b7f76ef6b8151ab0a8f6cab74 Mon Sep 17 00:00:00 2001 From: Wilfried Huss Date: Sat, 20 Aug 2005 10:52:43 +0000 Subject: [PATCH] Remove commandline option "paper", because lyx doesn't need it anymore. svn path=/trunk/KDE/kdegraphics/kdvi/; revision=451302 --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 8237113cd..b5bd13372 100644 --- a/main.cpp +++ b/main.cpp @@ -18,7 +18,6 @@ static KCmdLineOptions options[] = { { "unique", I18N_NOOP("Check if the file is loaded in another KDVI.\nIf it is, bring up the other KDVI. Otherwise, load the file."), 0 }, - { "paper ", I18N_NOOP("Sets paper size (not implemented at the moment, only for compatibility with lyx)"), 0 }, { "goto ", I18N_NOOP("Navigate to this page"), 0 }, { "+file(s)", I18N_NOOP("Files to load"), 0 }, KCmdLineLastOption