Skip to content

Commit

Permalink
Fix mac compilation following 3fb9d6e
Browse files Browse the repository at this point in the history
Shouldn't be needed anymore (hopefully).
  • Loading branch information
jyavenard committed May 6, 2012
1 parent 1f4f89b commit 933cc09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mythtv/programs/mythwelcome/main.cpp
Expand Up @@ -97,11 +97,6 @@ int main(int argc, char **argv)


GetMythUI()->LoadQtConfig(); GetMythUI()->LoadQtConfig();


#ifdef Q_WS_MACX
// Mac OS 10.4 and Qt 4.4 have window-focus problems
gCoreContext->SetSetting("RunFrontendInWindow", "1");
#endif

MythMainWindow *mainWindow = GetMythMainWindow(); MythMainWindow *mainWindow = GetMythMainWindow();
mainWindow->Init(); mainWindow->Init();


Expand Down

0 comments on commit 933cc09

Please sign in to comment.