get rid of a superfluous Dialog::updateView().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-02 17:31:58 +00:00
parent 51fa58f188
commit 3f2d9a381d

View File

@ -180,8 +180,6 @@ void Dialog::updateData(string const & data)
void Dialog::showView()
{
// Make sure the dialog is up-to-date.
updateView();
// Make sure the dialog controls are correctly enabled/disabled with
// readonly status.
checkStatus();