(xw-defined-colors) Remove debug message.

This commit is contained in:
Jason Rumney
2005-01-22 23:49:06 +00:00
parent ddff82cf89
commit fc8f881d53

View File

@@ -1050,7 +1050,6 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
(all-colors (or color-map-colors x-colors))
(this-color nil)
(defined-colors nil))
(message "Defining colors...")
(while all-colors
(setq this-color (car all-colors)
all-colors (cdr all-colors))