lib/libc/include/any-linux-any/linux/dvb/osd.h: move TODO to issue

Created issue: https://github.com/ziglang/zig/issues/26023

Bug: https://github.com/ziglang/zig/issues/363
Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski 2025-11-23 18:11:48 +01:00
parent 16fc083f2b
commit d1ace0ff23

View file

@ -111,7 +111,6 @@ typedef enum {
/* /*
* draws a test picture. for debugging purposes only * draws a test picture. for debugging purposes only
* returns 0 on success * returns 0 on success
* TODO: remove "test" in final version
*/ */
OSD_Text, /* (x0,y0,size,color,text) */ OSD_Text, /* (x0,y0,size,color,text) */
OSD_SetWindow, /* (x0) set window with number 0<x0<8 as current */ OSD_SetWindow, /* (x0) set window with number 0<x0<8 as current */