Skip to content

Commit

Permalink
(twittering-icon-path): delete function.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata authored and hayamiz committed Jan 10, 2010
1 parent 3d7f497 commit e939305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Expand Up @@ -29,6 +29,8 @@
`completing-read' to work on Emacs21; same as
`twittering-read-timeline-spec-with-completion'.

* twittering-mode.el (twittering-icon-path): Delete function.

2010-01-09 Tadashi MATSUO <tad@mymail.twin.jp>

* twittering-mode.el (twittering-http-get-list-index-sentinel):
Expand Down Expand Up @@ -87,7 +89,6 @@
(twittering-image-type): let case-fold-search is t.

* url-emacs21/*: add url library for emacs21


2010-01-07 Yuto Hayamizu <y.hayamizu@gmail.com>

Expand Down
5 changes: 0 additions & 5 deletions twittering-mode.el
Expand Up @@ -1584,11 +1584,6 @@ If STATUS-DATUM is already in DATA-VAR, return nil. If not, return t."
(goto-char (+ point (if twittering-scroll-mode (- (point-max) end) 0))))
))

(defun twittering-icon-path (icon-url)
(require 'ffap)
(concat (md5 icon-url nil nil 'iso-2022-7bit)
(or (ffap-file-suffix icon-url) ".img")))

(defun twittering-make-display-spec-for-icon (image-url)
"Return the specification for `display' text property, which limits
the size of an icon image IMAGE-URL up to FIXED-LENGTH.
Expand Down

0 comments on commit e939305

Please sign in to comment.