Skip to content

Commit

Permalink
(twittering-wget-buffer): delete function and variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Jan 12, 2010
1 parent c70f890 commit 3bc44ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -9,6 +9,9 @@
`twittering-find-curl-program' only when `twittering-use-ssl' is
non-nil.

* twittering-mode.el (twittering-wget-buffer): Delete function.
(twittering-wget-buffer): Delete variable.

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

* twittering-mode.el (twittering-convert-program): initialize
Expand Down
4 changes: 0 additions & 4 deletions twittering-mode.el
Expand Up @@ -281,10 +281,6 @@ SCHEME must be \"http\" or \"https\"."
;;; to show image files
;;;

(defvar twittering-wget-buffer "*twittering-wget-buffer*")
(defun twittering-wget-buffer ()
(twittering-get-or-generate-buffer twittering-wget-buffer))

(defvar twittering-icon-mode nil
"You MUST NOT CHANGE this variable directly.
You should change through function'twittering-icon-mode'")
Expand Down

0 comments on commit 3bc44ff

Please sign in to comment.