From 658e4917f437e1f3bb214466ae91dc8fa0ea4705 Mon Sep 17 00:00:00 2001 From: Kimmo Teerimaki Date: Tue, 26 May 2009 13:33:58 +0300 Subject: [PATCH 1/1] Removed commented code. --- src/IO/Communication/MessagingUtils.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/IO/Communication/MessagingUtils.cpp b/src/IO/Communication/MessagingUtils.cpp index f3db490..d12b73a 100644 --- a/src/IO/Communication/MessagingUtils.cpp +++ b/src/IO/Communication/MessagingUtils.cpp @@ -869,10 +869,7 @@ int ReqMsgGetUserAvailability::setTimeZone() return MsgErrSomeError; } int err = MsgErrNoError; - - //QDateTime now = QDateTime::currentDateTime(); - //int offsetMinutes = (now.toTime_t() - QDateTime(now.toUTC().date(), QTime(now.toUTC().time().hour(), now.toUTC().time().minute())).toTime_t()) / 60; - + time_t rawtime; tm *localTime; -- 1.7.9.5