diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-18 02:02:35 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-18 02:02:35 +0000 |
commit | b72f5a176e455d33852a22c75c25a6afface8ee0 (patch) | |
tree | 30dd55c0b89a5f20490ccb195ed702972902aed2 /bitmap.h | |
parent | 7fdc6c635561d3558ea6f6398f6760ba35b75c9c (diff) | |
download | vdr-plugin-muggle-b72f5a176e455d33852a22c75c25a6afface8ee0.tar.gz vdr-plugin-muggle-b72f5a176e455d33852a22c75c25a6afface8ee0.tar.bz2 |
remove compile option USE_BITMAP, add it as a new background
mode
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1193 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'bitmap.h')
-rw-r--r-- | bitmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ * Borrowed from vdr-text2skin */ -#ifdef USE_BITMAP #ifndef VDR_MP3BITMAP_H #define VDR_MP3BITMAP_H @@ -98,4 +97,3 @@ inline void cMP3Bitmap::SetColor(int Index, tColor Color) { mBitmaps[mCurrent]->SetColor(Index, Color); } #endif // VDR_MP3BITMAP_H -#endif |