diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-21 12:54:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-21 12:54:08 +0200 |
commit | 115eb9fdb4b9a75f79ab6bd1f6e4188a8515deb5 (patch) | |
tree | 1c4202a6c46a2fd93691b73bdb0b72241abea53c /osd.h | |
parent | b7112ece6c5c6e0af362d9f01717bd80bbf6d344 (diff) | |
download | vdr-115eb9fdb4b9a75f79ab6bd1f6e4188a8515deb5.tar.gz vdr-115eb9fdb4b9a75f79ab6bd1f6e4188a8515deb5.tar.bz2 |
The macro DEPRECATED_GETBITMAP and the related code has been removed
Diffstat (limited to 'osd.h')
-rw-r--r-- | osd.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.h 4.7 2020/09/29 14:09:26 kls Exp $ + * $Id: osd.h 5.1 2021/05/21 12:54:08 kls Exp $ */ #ifndef __OSD_H @@ -790,12 +790,6 @@ protected: ///< If there are no dirty pixmaps, or if this is not a true color OSD, ///< this function returns NULL. ///< The caller must call DestroyPixmap() for the returned pixmap after use. -#ifndef DEPRECATED_GETBITMAP -#define DEPRECATED_GETBITMAP 0 -#endif -#if DEPRECATED_GETBITMAP -public: -#endif cBitmap *GetBitmap(int Area); ///< Returns a pointer to the bitmap for the given Area, or NULL if no ///< such bitmap exists. |