From 42862298bc4d8588433abc8ac3b1ff65ec20e30d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 24 Jul 2013 10:15:09 +0100 Subject: [PATCH] sna: Remove bogus comment concerning sna_enter_vt This bogus comment confused both Chris Halse Rogers and myself. Suggested-by: Christopher James Halse Rogers Signed-off-by: Chris Wilson --- src/sna/sna_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c index eededf34..ec3ee134 100644 --- a/src/sna/sna_driver.c +++ b/src/sna/sna_driver.c @@ -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);