Skip to content

Commit

Permalink
Remove forced Terra theme for mythtv-setup.
Browse files Browse the repository at this point in the history
I can't find any justification for this code. It looks like it came in as part of a merge and may have just been debugging code.
  • Loading branch information
daniel-kristjansson committed May 30, 2012
1 parent 6ce0af8 commit 88e9b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythtv-setup/main.cpp
Expand Up @@ -348,7 +348,6 @@ int main(int argc, char *argv[])

if (use_display)
{
gCoreContext->OverrideSettingForSession("Theme", DEFAULT_UI_THEME);
GetMythUI()->LoadQtConfig();

QString fileprefix = GetConfDir();
Expand Down

0 comments on commit 88e9b64

Please sign in to comment.