summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
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