Browse Source

Revert "org.el (org-remove-inline-images): Call `clear-image-cache'."

This reverts commit 0c42220ca025269e39f20191bc3e10d6b55d02ac.
John Wiegley 15 years ago
parent
commit
a0a5b10f7a
2 changed files with 0 additions and 5 deletions
  1. 0 4
      lisp/ChangeLog
  2. 0 1
      lisp/org.el

+ 0 - 4
lisp/ChangeLog

@@ -8,10 +8,6 @@
 	t before calling `org-clock-out', so that that function can
 	know its call context.
 
-2010-05-20  Russell Adams <RLAdams@AdamsInfoServ.Com>
-
-	* org.el (org-remove-inline-images): Call `clear-image-cache'.
-
 2010-05-20  Bastien Guerry  <bzg@altern.org>
 
 	* org-timer.el (org-timer-default-timer): New variable.

+ 0 - 1
lisp/org.el

@@ -15729,7 +15729,6 @@ BEG and END default to the buffer boundaries."
 (defun org-remove-inline-images ()
   "Remove inline display of images."
   (interactive)
-  (clear-image-cache)
   (mapc 'delete-overlay org-inline-image-overlays)
   (setq org-inline-image-overlays nil))