mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
removed now unused variable
This commit is contained in:
parent
b391f7dec2
commit
e856a7e710
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ void ClockApplet::updateTipContent()
|
|||
QList<Plasma::DataEngine::Data> tzs;
|
||||
Plasma::DataEngine *engine = dataEngine("time");
|
||||
Plasma::DataEngine::Data data = engine->query("Local");
|
||||
const QDate localDate = data["Date"].toDate();
|
||||
const QString localTz = data["Timezone"].toString();
|
||||
tzs.append(data);
|
||||
bool highlightLocal = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue