X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyX.cpp;h=44e6e34088a2d3a1a7003953f5433daa4b8a84b5;hb=bc47054be88467f01fd2f6e437d555743bd8a7c9;hp=a96531f219a7d330662108d9808b43d8502f42c8;hpb=fc9e6326b9838d6b7e0344536cab3d3976b1db07;p=lyx.git diff --git a/src/LyX.cpp b/src/LyX.cpp index a96531f219..44e6e34088 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -175,8 +175,6 @@ struct LyX::Impl { /// Movers system_movers_; - /// has this user started lyx for the first time? - bool first_start; /// the parsed command line batch command if any vector batch_commands; @@ -1149,8 +1147,6 @@ int parse_version(string const &, string const &, string &) if (string(lyx_git_commit_hash) != "none") cout << to_utf8(_(" Git commit hash ")) << string(lyx_git_commit_hash).substr(0,8) << endl; - cout << to_utf8(bformat(_("Built on %1$s[[date]], %2$s[[time]]"), - from_ascii(lyx_build_date), from_ascii(lyx_build_time))) << endl; cout << lyx_version_info << endl; exit(0); return 0;