mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
image.c: Fix debugging code accidentally checked in
This commit is contained in:
parent
8a6f875f7e
commit
6146bf5d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache ()
|
|||
struct animation_cache *cache = animation_cache;
|
||||
struct animation_cache *prev = NULL;
|
||||
EMACS_TIME old = sub_emacs_time (current_emacs_time (),
|
||||
EMACS_TIME_FROM_DOUBLE (5));
|
||||
EMACS_TIME_FROM_DOUBLE (60));
|
||||
|
||||
while (cache)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue