]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
Fix bug #12772
[lyx.git] / src / buffer_funcs.h
index f7dd645df39db199963da9a090d7d930a78d7547..7d0bd07f84294d24fe6e9c18bd4773aa369aa24c 100644 (file)
@@ -19,8 +19,6 @@ namespace lyx {
 namespace support { class FileName; }
 
 class Buffer;
-class DocIterator;
-class ParIterator;
 
 /**
  *  Checks and loads a LyX file \param filename.
@@ -46,12 +44,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