git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1057 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-02 21:07:24 +00:00
parent 32f07361f9
commit ecb2f0d943

View File

@@ -108,10 +108,6 @@ mainWindow::mainWindow( void ) :
sample_filter += " *." + *it;
}
#ifdef FLUIDSYNTH_SUPPORT
sample_filer += " *.sf2";
#endif
int id = 0;
QString wdir = configManager::inst()->workingDir();
side_bar->appendTab( new pluginBrowser( splitter ), ++id );