mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
The macro DEPRECATED_GETBITMAP and the related code has been removed
This commit is contained in:
parent
b7112ece6c
commit
115eb9fdb4
1
HISTORY
1
HISTORY
@ -9699,3 +9699,4 @@ Video Disk Recorder Revision History
|
|||||||
You can add 'DEPRECATED_SETCURRENTCHANNEL=1' when compiling in order to restore this
|
You can add 'DEPRECATED_SETCURRENTCHANNEL=1' when compiling in order to restore this
|
||||||
functionality. However, it is recommended to use SetCurrentChannel(int ChannelNumber)
|
functionality. However, it is recommended to use SetCurrentChannel(int ChannelNumber)
|
||||||
instead.
|
instead.
|
||||||
|
- The macro DEPRECATED_GETBITMAP and the related code has been removed.
|
||||||
|
8
osd.h
8
osd.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __OSD_H
|
||||||
@ -790,12 +790,6 @@ protected:
|
|||||||
///< If there are no dirty pixmaps, or if this is not a true color OSD,
|
///< If there are no dirty pixmaps, or if this is not a true color OSD,
|
||||||
///< this function returns NULL.
|
///< this function returns NULL.
|
||||||
///< The caller must call DestroyPixmap() for the returned pixmap after use.
|
///< 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);
|
cBitmap *GetBitmap(int Area);
|
||||||
///< Returns a pointer to the bitmap for the given Area, or NULL if no
|
///< Returns a pointer to the bitmap for the given Area, or NULL if no
|
||||||
///< such bitmap exists.
|
///< such bitmap exists.
|
||||||
|
Loading…
Reference in New Issue
Block a user