summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-01-01 07:47:20 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-01-01 07:47:20 +0000
commiteaf582ba78d2a6331a6d1518c48332eb1bb2e40d (patch)
tree744b487dee840b8a798c940f4bf7dddcf6db50ef
parent6768ca670f52a7450a4d1a26dbd641e5fdd08c53 (diff)
downloademacs-eaf582ba78d2a6331a6d1518c48332eb1bb2e40d.tar.gz
(tibetan-composition-function): Remove unused function, obsoleted by
2008-09-05 change to tibetan.el.
-rw-r--r--lisp/language/tibet-util.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el
index eb5f4d85790..90aced86858 100644
--- a/lisp/language/tibet-util.el
+++ b/lisp/language/tibet-util.el
@@ -311,14 +311,6 @@ are decomposed into normal Tibetan character sequences."
idx (1+ idx)))
new))
-;;;###autoload
-(defun tibetan-composition-function (from to font-object string)
- (or (and font-object
- (font-shape-text from to font-object string))
- (if string
- (tibetan-compose-string string)
- (tibetan-compose-region from to))))
-
;;;
;;; This variable is used to avoid repeated decomposition.
;;;