Remove commandline option "paper", because lyx doesn't need it anymore.

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=451302
This commit is contained in:
Wilfried Huss 2005-08-20 10:52:43 +00:00
parent 7f3d84d84a
commit 42989fa4e3

View file

@ -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 <pagenumber>", I18N_NOOP("Navigate to this page"), 0 },
{ "+file(s)", I18N_NOOP("Files to load"), 0 },
KCmdLineLastOption