From 3e53747724c6e01bd0be17aaa9461c884fb821e7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 11 Apr 2014 09:51:16 +0200 Subject: Add local-time-offset to remote control --- src/ParserConfigfile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ParserConfigfile.cpp') diff --git a/src/ParserConfigfile.cpp b/src/ParserConfigfile.cpp index d699ed0..f781b78 100644 --- a/src/ParserConfigfile.cpp +++ b/src/ParserConfigfile.cpp @@ -204,10 +204,6 @@ void parse_configfile(string configuration_file, } ensemble->lto = abs(rint(lto_hours * 2)); - if (lto_hours < 0.0) { // ensemble->lto is 1-bit complement - ensemble->lto |= (1<<5); // sign bit - } - int success = -5; string ensemble_label = pt_ensemble.get("label"); string ensemble_short_label(ensemble_label); -- cgit v1.2.3