diff lisp/vc-bzr.el @ 104618:7c3b132bf9bb

* vc.el (vc-default-prettify-state-info): Remove function, unused. * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 26 Aug 2009 07:42:11 +0000
parents cfc336042c1b
children b3c2589ed19e
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Wed Aug 26 07:01:09 2009 +0000
+++ b/lisp/vc-bzr.el	Wed Aug 26 07:42:11 2009 +0000
@@ -594,14 +594,6 @@
      (apply #'process-file command nil (list (current-buffer) nil) nil args)
      (buffer-substring (point-min) (point-max)))))
 
-(defun vc-bzr-prettify-state-info (file)
-  "Bzr-specific version of `vc-prettify-state-info'."
-  (if (eq 'edited (vc-state file))
-        (concat "(" (symbol-name (or (vc-file-getprop file 'vc-bzr-state)
-                                     'edited)) ")")
-    ;; else fall back to default vc.el representation
-    (vc-default-prettify-state-info 'Bzr file)))
-
 (defstruct (vc-bzr-extra-fileinfo
             (:copier nil)
             (:constructor vc-bzr-create-extra-fileinfo (extra-name))