removed warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7ab45fdea5
commit
a21a9460dc
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Other authors:
|
Other authors:
|
||||||
Mark Watson,
|
Mark Watson,
|
||||||
Rudolf Cornelissen 10/2002-10/2003
|
Rudolf Cornelissen 10/2002-4/2004
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MODULE_BIT 0x08000000
|
#define MODULE_BIT 0x08000000
|
||||||
@ -170,17 +170,10 @@ status_t check_overlay_capability(uint32 feature)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* all supported cards have a bes... */
|
/* all supported cards have a bes */
|
||||||
if (si->ps.card_arch >= NV04A)
|
|
||||||
{
|
|
||||||
/* export video overlay functions */
|
|
||||||
LOG(4, ("Overlay: Exporting hook %s.\n", msg));
|
LOG(4, ("Overlay: Exporting hook %s.\n", msg));
|
||||||
return B_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* do not export video overlay functions */
|
return B_OK;
|
||||||
LOG(4, ("Overlay: Not exporting hook %s.\n", msg));
|
|
||||||
return B_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
status_t check_acc_capability(uint32 feature)
|
status_t check_acc_capability(uint32 feature)
|
||||||
|
Loading…
Reference in New Issue
Block a user