Kernel/DrvUtil Video - Silence warning for 15/16-bit cursor
[tpg/acess2.git] / KernelLand / Kernel / drvutil_video.c
index c8b044e..4343ab6 100644 (file)
@@ -480,7 +480,8 @@ void DrvUtil_Video_RenderCursor(tDrvUtil_Video_BufInfo *Buf)
        {
        case 15:
        case 16:
-               Log_Warning("DrvUtil", "TODO: Support 15/16 bpp modes in cursor draw");
+               //Log_Warning("DrvUtil", "TODO: Support 15/16 bpp modes in cursor draw");
+               //Proc_PrintBacktrace();
                break;
        case 24:
                LOG("24-bit render");

UCC git Repository :: git.ucc.asn.au