]> git.lyx.org Git - features.git/blobdiff - src/buffer_funcs.h
move updateLables to buffer
[features.git] / src / buffer_funcs.h
index 23049161d608efa63816a2653437a235652b453c..55780ec63bfe0eccdbf768819c09ace86fbaaa4e 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);
 
-/// updates all counters
-void updateLabels(Buffer const &, bool childonly = false);
-
 ///
 void updateLabels(Buffer const &, ParIterator &);