X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer_funcs.h;h=12aa84123e3d87f22f4633a0ac374497450cd626;hb=f179173e423469eb95cab6a5c7dd6ac317d4831b;hp=f7dd645df39db199963da9a090d7d930a78d7547;hpb=9722c8f1ea78056ef811ee812cee726da8a7bdbc;p=lyx.git diff --git a/src/buffer_funcs.h b/src/buffer_funcs.h index f7dd645df3..12aa84123e 100644 --- a/src/buffer_funcs.h +++ b/src/buffer_funcs.h @@ -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