]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-metric.hh
Remove Font_metric::index_to_ascii.
[lilypond.git] / lily / include / font-metric.hh
index 364965844f0d347e2ffc3459ab83a4a4e7d8ff7b..7f2aad917c184aa763e59e65650764c9f3c5fe91 100644 (file)
@@ -49,12 +49,6 @@ public:
   virtual Offset attachment_point (string) const;
   virtual Offset get_indexed_wxwy (size_t) const;
   virtual Box get_indexed_char_dimensions (size_t index) const;
-
-  /*
-    WTF are these vsize ?
-
-    Font_metric is not related to vector<> 
-   */
   virtual size_t name_to_index (string) const;
   virtual size_t index_to_charcode (size_t) const;
   virtual size_t index_to_ascii (size_t) const;