--- ray/src/rt/devtable.c 1991/11/12 17:09:50 2.1 +++ ray/src/rt/devtable.c 1991/12/13 10:42:37 2.2 @@ -20,7 +20,6 @@ struct device devtable[] = { /* supported devices * {"aed", "AED 512 color graphics terminal", comm_init}, {"news", "NeWS color or greyscale screen", comm_init}, {"sun", "SunView color or greyscale screen", comm_init}, - {"x10", "X10 color or greyscale display", comm_init}, {"x11", "X11 color or greyscale display", x11_init}, {0} /* terminator */ };