]> git.lyx.org Git - features.git/blobdiff - src/buffer_funcs.h
move more stuff from buffer_func to Buffer
[features.git] / src / buffer_funcs.h
index 55780ec63bfe0eccdbf768819c09ace86fbaaa4e..d34a7406c3c70a52c617e08c07fb4622906a6444 100644 (file)
@@ -47,9 +47,6 @@ int countWords(DocIterator const & from, DocIterator const & to);
 /// Count the number of chars in the text between these two iterators
 int countChars(DocIterator const & from, DocIterator const & to, bool with_blanks);
 
-///
-void updateLabels(Buffer const &, ParIterator &);
-
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H