]> git.lyx.org Git - features.git/commit
Remove test for files when using batch mode.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 May 2018 19:48:56 +0000 (15:48 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 29 May 2018 19:48:56 +0000 (15:48 -0400)
commite143f0b9e94c7285887ab98ff03841a6fe4883c0
tree7d89b7924393dfa31f17fb8d59e9440788c6e1ae
parentb54fcc0b7f726682fd614e05ba300c52c4c949b8
Remove test for files when using batch mode.

As Kornel pointed out, it's possible to give a command sequence, or
multiple "-x" arguments, and carry out an operation without actually
giving LyX a filename argument. This will lead to cases like:
    lyx -batch -x buffer-export
which don't do anything, but it's not catastrophic.
src/LyX.cpp