--- ray/src/rt/devtable.c 1989/03/15 14:01:55 1.2 +++ ray/src/rt/devtable.c 1989/03/15 14:20:33 1.3 @@ -16,9 +16,7 @@ extern struct driver *aed_init(), *x_init(), *sun_ini struct device devtable[] = { /* supported devices */ {"aed", "AED 512 color graphics terminal", aed_init}, -#ifdef sun {"sun", "SunView color or greyscale screen", sun_init}, -#endif {"X", "X-window color or greyscale display", x_init}, {0} /* terminator */ };