]> git.lyx.org Git - features.git/commit
Remove saveCheckSum from Buffer::reload again. Now, the saveCheckSum call is already...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 29 Oct 2010 23:51:13 +0000 (23:51 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 29 Oct 2010 23:51:13 +0000 (23:51 +0000)
commit3bb31a04dd10cf9e7b2d7514fc281d9eaebc4bf6
tree0838bcbe04f322590506d1c0f4a4a332b84a2bc8
parent8e0ebf12f361474fa1d28fa25b44359abfbf05f5
Remove saveCheckSum from Buffer::reload again. Now, the saveCheckSum call is already in Buffer::readFile, so it is not needed here anymore.

Also move the saveCheckSum declaration to the section of functions involving reading/writing. And note that it should be made private.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35925 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h