From a6ffff512628b636e58862c191e620690b320f37 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Wed, 19 Aug 2015 21:13:21 -0700 Subject: [PATCH] don't restore time-offset mode since people might not know how to turn it off --- src/session_data.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/session_data.cc b/src/session_data.cc index dad8a839..e94dcf6a 100644 --- a/src/session_data.cc +++ b/src/session_data.cc @@ -681,8 +681,6 @@ static int read_save_time(yajlpp_parse_context *ypc, long long value) static int read_time_offset(yajlpp_parse_context *ypc, int value) { - lnav_data.ld_log_source.set_time_offset(value); - return 1; }