From: Paul Eggert Date: Fri, 11 Mar 2011 07:42:54 +0000 (-0800) Subject: * image.c (clear_image_cache): Now static. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce0ad53d442b9e87050d276e4efbcd733c51a9d8;p=emacs.git * image.c (clear_image_cache): Now static. 2011-03-11 Paul Eggert --- diff --git a/src/ChangeLog b/src/ChangeLog index 3a6b09dfb1f..0b3d7069cc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-03-11 Paul Eggert + + * image.c (clear_image_cache): Now static. + 2011-03-11 Paul Eggert Fix some minor problems found by GCC 4.5.2's static checks. diff --git a/src/image.c b/src/image.c index c7820c3a7fe..31c8d5bcf6c 100644 --- a/src/image.c +++ b/src/image.c @@ -1493,7 +1493,7 @@ free_image_cache (struct frame *f) If image-cache-eviction-delay is non-nil, this frees images in the cache which weren't displayed for at least that many seconds. */ -void +static void clear_image_cache (struct frame *f, Lisp_Object filter) { struct image_cache *c = FRAME_IMAGE_CACHE (f);