From 42647de55f96b007547ffd170be9078115ff9181 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 9 Jun 2013 11:57:32 +0100 Subject: [PATCH] MythWeather: forgot to git add this change be committing [cb53d4d] --- mythplugins/mythweather/mythweather/weather.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mythplugins/mythweather/mythweather/weather.cpp b/mythplugins/mythweather/mythweather/weather.cpp index b09004f8b13..876f02e4fa7 100644 --- a/mythplugins/mythweather/mythweather/weather.cpp +++ b/mythplugins/mythweather/mythweather/weather.cpp @@ -25,7 +25,6 @@ Weather::Weather(MythScreenStack *parent, const QString &name, SourceManager *sr m_firstRun(true), m_nextpageInterval(gCoreContext->GetNumSetting("weatherTimeout", 10)), m_nextpage_Timer(new QTimer(this)), - //m_gotDataHook(false), m_firstSetup(true), m_createdSrcMan(false), m_srcMan(NULL),