summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-18 02:02:35 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-18 02:02:35 +0000
commitb72f5a176e455d33852a22c75c25a6afface8ee0 (patch)
tree30dd55c0b89a5f20490ccb195ed702972902aed2 /bitmap.h
parent7fdc6c635561d3558ea6f6398f6760ba35b75c9c (diff)
downloadvdr-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index 186eaa7..07ea1f6 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -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