Removed annoying log

This commit is contained in:
jjgarcia 2005-05-19 11:37:32 +00:00
parent 6a761be7dc
commit 981644e41d

View file

@ -866,37 +866,3 @@ by every function, which attempts to generate RENDER requests."
(display-finish-output dpy)
(close-display dpy)))
||#
;; $Log$
;; Revision 1.16 2005-05-19 11:31:18 jjgarcia
;; NetBSD's mkdir does not like the trailing slash in a directory name
;;
;; Revision 1.1 2004/06/10 07:59:31 jlr
;; Portable CLX library imported
;;
;; Revision 1.2 2003/06/14 15:16:07 csr21
;; Clean up compilation under sbcl: a couple of IGNOREs, a couple of
;; s/load/:load-toplevel/, one s/*foo*/+foo+/. Still many many compilation
;; notes, but since the render protocol is inherently slow anyway...
;;
;; Revision 1.1 2003/06/14 14:27:33 gilbert
;; imported as is.
;;
;; Revision 1.1 2003/05/25 13:37:07 gilbert
;; imported
;;
;; Revision 1.5 2003/05/25 14:37:26 gilbert
;; - adjusted copyright.
;; - added a few more exports
;; - CLX-EXT-RENDER is now on *FEATURES*
;;
;; Revision 1.4 2002/08/22 23:57:29 noss
;; render-free-glyphs - new function
;; In %render-composite-glyphs - Found a lingering pict-format
;; In render-add-glyph - changed origin and advance to be transmitted as int16 instead of card16
;;
;; Revision 1.3 2002/08/21 19:56:08 gilbert
;; %render-composite-glyphs - new macro
;; render-composite-glyphs - new function
;;