summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-05-21 05:01:39 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-05-21 05:01:39 -0400
commita0a5b10f7a3d32839365ee7cd5197e762e2ce5b6 (patch)
treed700278e7840b9cf088ad2775c0e5f816db0965f
parent67331a2de01cabc8e5bfc0f45d901c10aecf96a2 (diff)
downloadorg-mode-a0a5b10f7a3d32839365ee7cd5197e762e2ce5b6.tar.gz
Revert "org.el (org-remove-inline-images): Call `clear-image-cache'."
This reverts commit 0c42220ca025269e39f20191bc3e10d6b55d02ac.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/org.el1
2 files changed, 0 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f3c097a..1fc20b7 100644
--- a/lisp/ChangeLog
+++ b/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.
diff --git a/lisp/org.el b/lisp/org.el
index b8d718b..6dcc520 100644
--- a/lisp/org.el
+++ b/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))