drop #ifdef ENABLE_FLAC

Origin commit data
------------------
Branch: ni/coolstream
Commit: bf694d32f1
Author: martii <m4rtii@gmx.de>
Date: 2013-10-31 (Thu, 31 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-10-31 21:38:06 +01:00
committed by [CST] Focus
parent 517b1f5e55
commit 7c4d89cf40
3 changed files with 0 additions and 11 deletions

View File

@@ -1295,9 +1295,7 @@ void CFileBrowser::paintItem(unsigned int pos)
case CFile::FILE_MP3:
case CFile::FILE_OGG:
case CFile::FILE_WAV:
#ifdef ENABLE_FLAC
case CFile::FILE_FLAC:
#endif
fileicon = NEUTRINO_ICON_MP3;
// color = COL_MENUCONTENT_TEXT;
break;