]> git.lyx.org Git - features.git/commit
Remove some indirection leftover from Andre's removal of controllers and such.
authorRichard Heck <rgheck@comcast.net>
Mon, 20 Oct 2008 21:00:33 +0000 (21:00 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 20 Oct 2008 21:00:33 +0000 (21:00 +0000)
commit72721655c5798cb8e6d03cb2e687befabf4c9667
tree74a903d6738395021315a8d60f84b4a3e99ac3d0
parent721b2697327a9664f9370240efda3c8712fb31a0
Remove some indirection leftover from Andre's removal of controllers and such.
When we had GuiDocument and GuiDocumentDialog, there was a separation that required
this kind of thing, but now apply() is only ever called from applyView(), which is
private and only ever calls it with our local params.

This simplifies the forthcoming ProvidesModule, etc, patch a bit.

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