]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Account for old versions of Pygments
[lyx.git] / src / buffer_funcs.h
index f7dd645df39db199963da9a090d7d930a78d7547..12aa84123e3d87f22f4633a0ac374497450cd626 100644 (file)
@@ -46,12 +46,6 @@ Buffer * newUnnamedFile(support::FileName const & path,
 /// file was already loaded it just returns the associated buffer.
 Buffer * loadIfNeeded(support::FileName const & fname);
 
-/// Count the number of words in the text between these two iterators
-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);
-
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H