branch: externals/company
commit f1b36de47ced087c7e0d7a55be3f655ddb0adbb6
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: Dmitry Gutov <dmi...@gutov.dev>

    Remove outdated comment
---
 company.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/company.el b/company.el
index 00bdd930bf..89f68fdf93 100644
--- a/company.el
+++ b/company.el
@@ -2960,8 +2960,6 @@ from the candidates list.")
     (string-width str)))
 
 ;; TODO: Add more tests!
-;; FIXME: Could work better with text-scale-mode.  But that requires copying
-;; face-remapping-alist into " *string-pixel-width*".
 (defun company-safe-pixel-substring (str from &optional to)
   (let ((from-chars 0)
         (to-chars 0)

Reply via email to