sna: Remove bogus comment concerning sna_enter_vt
This bogus comment confused both Chris Halse Rogers and myself. Suggested-by: Christopher James Halse Rogers <raof@ubuntu.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
6d80bd6a73
commit
42862298bc
|
|
@ -978,9 +978,6 @@ static void sna_free_screen(FREE_SCREEN_ARGS_DECL)
|
|||
intel_put_device(scrn);
|
||||
}
|
||||
|
||||
/*
|
||||
* This gets called when gaining control of the VT, and from ScreenInit().
|
||||
*/
|
||||
static Bool sna_enter_vt(VT_FUNC_ARGS_DECL)
|
||||
{
|
||||
SCRN_INFO_PTR(arg);
|
||||
|
|
|
|||
Loading…
Reference in New Issue