diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-11 09:51:16 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-11 09:51:16 +0200 |
commit | 3e53747724c6e01bd0be17aaa9461c884fb821e7 (patch) | |
tree | 9c67b63bfa5ed992aaac6f086aeab7dc95b510c2 /src/ParserConfigfile.cpp | |
parent | 7832faf05ccf5253ef27e560a8ac823446b95efc (diff) | |
download | dabmux-3e53747724c6e01bd0be17aaa9461c884fb821e7.tar.gz dabmux-3e53747724c6e01bd0be17aaa9461c884fb821e7.tar.bz2 dabmux-3e53747724c6e01bd0be17aaa9461c884fb821e7.zip |
Add local-time-offset to remote control
Diffstat (limited to 'src/ParserConfigfile.cpp')
-rw-r--r-- | src/ParserConfigfile.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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<string>("label"); string ensemble_short_label(ensemble_label); |