]> git.lyx.org Git - features.git/commit
The lv variable was used back in LyXView.cpp, where we didn't have such
authorRichard Heck <rgheck@comcast.net>
Wed, 7 Apr 2010 12:41:19 +0000 (12:41 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 7 Apr 2010 12:41:19 +0000 (12:41 +0000)
commit23eade51a8f395089311756b0c05f4631ae78479
tree164ee993efa71ede6482f46a1ed7b4dde87fa804
parent1d1b204eb2ba7cdcf0023bc9e16b639d85772199
The lv variable was used back in LyXView.cpp, where we didn't have such
easy access to the current view. So we don't need it. Moreover, it seems
to me that using lv in some of these places could cause bugs. What if
the current_view_ has changed? Then we could be updating completion on
the wrong thing?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34072 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp