Removed commented code.
[qtmeetings] / src / IO / Communication / MessagingUtils.cpp
index f3db490..d12b73a 100644 (file)
@@ -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;