]> git.lyx.org Git - features.git/commit
Remove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatu...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 16 Apr 2010 12:15:27 +0000 (12:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 16 Apr 2010 12:15:27 +0000 (12:15 +0000)
commit5a77a063c1f47c2cb8f34806176c238d2f5b56f1
tree35ae7b582b3c3a13df84eb4da9a37cb540df1bdd
parent3417702346ee70e9f09bd472f3f826d41b37f6ef
Remove the unclear FuncStatus::operator|=. Without knowing the internals of FuncStatus it is unsafe to use this operator, so let's not use it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34161 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/FuncStatus.cpp
src/FuncStatus.h
src/frontends/qt4/GuiView.cpp