]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.cpp
whitespace only
[lyx.git] / src / BufferList.cpp
index 4f7c4e0ac4a2f34001420b28c19409b66dcb1180..e46d1015868eed6e625b9ed741aebf0ae0dbac63 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -294,7 +294,6 @@ bool BufferList::exists(FileName const & fname) const
 
 bool BufferList::isLoaded(Buffer const * b) const
 {
-       LASSERT(b, /**/);
        BufferStorage::const_iterator cit =
                find(bstore.begin(), bstore.end(), b);
        return cit != bstore.end();