Skip to content

Commit

Permalink
Fix compilation warning about unused method on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 16, 2013
1 parent 451b4f4 commit 7aa418f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/programs/mythfrontend/globalsettings.cpp
Expand Up @@ -2133,6 +2133,7 @@ static HostComboBox *MythTimeFormat()
return gc;
}

#if ! CONFIG_DARWIN
static HostComboBox *ThemePainter()
{
HostComboBox *gc = new HostComboBox("ThemePainter");
Expand All @@ -2151,6 +2152,7 @@ static HostComboBox *ThemePainter()
"drivers or windowing systems) where only Qt works."));
return gc;
}
#endif

static HostComboBox *ChannelFormat()
{
Expand Down

0 comments on commit 7aa418f

Please sign in to comment.