mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 20:45:47 +00:00
Unused code.
This commit is contained in:
parent
b2c0604ad1
commit
661fcb2628
@ -46,7 +46,6 @@ def main(argv):
|
|||||||
error("%s is no absolute file name.\n%s"\
|
error("%s is no absolute file name.\n%s"\
|
||||||
% abs_to_file, usage(argv[0]))
|
% abs_to_file, usage(argv[0]))
|
||||||
to_dir, rel_to_file = os.path.split(abs_to_file)
|
to_dir, rel_to_file = os.path.split(abs_to_file)
|
||||||
to_base, to_ext = os.path.splitext(rel_to_file)
|
|
||||||
|
|
||||||
# latex file name
|
# latex file name
|
||||||
latex_file = argv[3]
|
latex_file = argv[3]
|
||||||
|
Loading…
Reference in New Issue
Block a user