]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / buffer_funcs.h
index 97449cc4b170299ecba63d5acb16948115842383..12aa84123e3d87f22f4633a0ac374497450cd626 100644 (file)
@@ -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