summaryrefslogtreecommitdiff
path: root/lisp/version.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 42dbb3f9c25..ff90d1fd1e8 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -62,8 +62,6 @@ to the system configuration; look at `system-configuration' instead."
(cond ((featurep 'motif)
(concat ", " (substring motif-version-string 4)))
((featurep 'x-toolkit) ", X toolkit")
- ((featurep 'gtk)
- (concat ", GTK+ Version " gtk-version-string))
(t ""))
(if (and (boundp 'x-toolkit-scroll-bars)
(memq x-toolkit-scroll-bars '(xaw xaw3d)))
@@ -90,5 +88,4 @@ to the system configuration; look at `system-configuration' instead."
;;version-control: never
;;End:
-;;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0
;;; version.el ends here