* Remove return from testing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -128,7 +128,6 @@ get_color_space_format(const display_mode &mode, uint32 &colorMode,
|
|||||||
static void
|
static void
|
||||||
CardBlankSet(uint8 crtid, bool blank)
|
CardBlankSet(uint8 crtid, bool blank)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
int blackColorReg
|
int blackColorReg
|
||||||
= crtid == 1 ? D2CRTC_BLACK_COLOR : D1CRTC_BLACK_COLOR;
|
= crtid == 1 ? D2CRTC_BLACK_COLOR : D1CRTC_BLACK_COLOR;
|
||||||
int blankControlReg
|
int blankControlReg
|
||||||
|
|||||||
Reference in New Issue
Block a user