From: Kimmo Teerimaki Date: Tue, 26 May 2009 10:33:58 +0000 (+0300) Subject: Removed commented code. X-Git-Url: https://vcs.maemo.org/git/?p=qtmeetings;a=commitdiff_plain;h=658e4917f437e1f3bb214466ae91dc8fa0ea4705 Removed commented code. --- 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;