X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer_funcs.h;h=12aa84123e3d87f22f4633a0ac374497450cd626;hb=e335c764b47f8154973be212b446d9c13972cdf3;hp=97449cc4b170299ecba63d5acb16948115842383;hpb=291c5c91ecb49006b92d9972f4be61347e54b70a;p=lyx.git diff --git a/src/buffer_funcs.h b/src/buffer_funcs.h index 97449cc4b1..12aa84123e 100644 --- a/src/buffer_funcs.h +++ b/src/buffer_funcs.h @@ -46,13 +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, - bool skipNoOutput = true); - -/// 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