Remove FluidSynth requirement for background pic (#4364)

This commit is contained in:
Hussam Eddin Alhomsi
2018-05-17 20:35:52 +03:00
committed by Oskar Wallgren
parent bb43bfb961
commit 0caaebaecb
2 changed files with 0 additions and 4 deletions

View File

@@ -292,9 +292,7 @@ void ConfigManager::setDefaultSoundfont( const QString & _sf )
void ConfigManager::setBackgroundArtwork( const QString & _ba )
{
#ifdef LMMS_HAVE_FLUIDSYNTH
m_backgroundArtwork = _ba;
#endif
}
void ConfigManager::setGIGDir(const QString &gd)

View File

@@ -1525,9 +1525,7 @@ void SetupDialog::setDefaultSoundfont( const QString & _sf )
void SetupDialog::setBackgroundArtwork( const QString & _ba )
{
#ifdef LMMS_HAVE_FLUIDSYNTH
m_backgroundArtwork = _ba;
#endif
}