Sync up with r21-4-12-chise-0_21-gt-j0-r166.
[chise/xemacs-chise.git-] / lisp / device.el
index 2942e1d..8468f33 100644 (file)
@@ -52,7 +52,6 @@
 This is equivalent to the type of the device's console.
 Value is `tty' for a tty device (a character-only terminal),
 `x' for a device that is a screen on an X display,
-`gtk' for a device that is a GTK connection.
 `ns' for a device that is a NeXTstep connection (not yet implemented),
 `mswindows' for a device that is a MS Windows workstation,
 `msprinter' for a device that is a MS Windows printer connection,
@@ -104,10 +103,6 @@ it is nil, it is assumes to be the value returned by emacs-pid."
   "Return the number of color cells of DEVICE, or nil if unknown."
   (device-system-metric device 'num-color-cells))
 
-(defun make-gtk-device ()
-  "Create a new GTK device."
-  (make-device 'gtk nil))
-
 (defun make-x-device (&optional display)
   "Create a new device connected to DISPLAY."
   (make-device 'x display))