summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-09-29 15:55:24 +0100
committerDave Airlie <airlied@redhat.com>2011-09-29 15:55:24 +0100
commitf699c4dc6fd2a34555045950d75ba287723a1e06 (patch)
treeb5b008135ccd9bb16765b77700d7b275df51ee48
parent9772f3e16b0e15ea48463c8af7e5c28ece116dea (diff)
remove unused debug
-rw-r--r--src/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver.c b/src/driver.c
index d1348c9..1192878 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -558,7 +558,6 @@ ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
VisualPtr visual;
int ret;
- ErrorF("ms is %p\n", ms);
pScrn->pScreen = pScreen;
ret = drmSetMaster(ms->fd);