Fixes any unused values defects in libmyth
From: Erik Hovland <erik@hovland.org>
---
mythtv/libs/libmyth/schemawizard.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/mythtv/libs/libmyth/schemawizard.cpp b/mythtv/libs/libmyth/schemawizard.cpp
index 03128d4..75407d4 100644
|
a
|
b
|
SchemaUpgradeWizard::PromptForUpgrade(const char *name,
|
| 329 | 329 | if (gui) |
| 330 | 330 | { |
| 331 | 331 | DialogBox * dlg; |
| 332 | | MythScreenStack * pop; |
| 333 | 332 | MythMainWindow * win = gContext->GetMainWindow(); |
| 334 | 333 | |
| 335 | 334 | if (!win) |
| 336 | 335 | win = TempMainWindow(true); |
| 337 | 336 | |
| 338 | | pop = win->GetStack("popup stack"); |
| | 337 | win->GetStack("popup stack"); |
| 339 | 338 | |
| 340 | 339 | dlg = new DialogBox(win, message); |
| 341 | 340 | dlg->AddButton(QObject::tr("Exit")); |