summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-31 01:59:02 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-31 01:59:02 +0000
commitb960ac6ee58aa08802c51e5b2b34bd9d706cff47 (patch)
treeabcd161201913def20884bf315d4c5c2ec7a1413 /lisp/cus-theme.el
parentf7ddd6f67194aa0be2f62860be447b614069e974 (diff)
downloademacs-b960ac6ee58aa08802c51e5b2b34bd9d706cff47.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 1e7fcfc4a5a..7d716717b58 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -41,9 +41,6 @@ use by `customize-create-theme'."
(set (make-local-variable 'widget-button-pressed-face) custom-button-pressed)
(if custom-raised-buttons
(set (make-local-variable 'widget-mouse-face) custom-button))
-
- ;; When possible, use relief for buttons, not bracketing. This test
- ;; may not be optimal.
(when custom-raised-buttons
(set (make-local-variable 'widget-push-button-prefix) "")
(set (make-local-variable 'widget-push-button-suffix) "")