Clean up a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-06-06 16:02:52 +00:00
parent 08d8a8034f
commit 7f6721a4e9

View File

@ -103,7 +103,7 @@ GuiCitation::GuiCitation(GuiView & lv)
this, SLOT(on_okPB_clicked()));
connect(textAfterED, SIGNAL(returnPressed()),
this, SLOT(on_okPB_clicked()));
connect(this, SIGNAL(rejected()), this, SLOT(cleanUp()));
selectionManager = new GuiSelectionManager(availableLV, selectedLV,
@ -128,7 +128,6 @@ GuiCitation::~GuiCitation()
void GuiCitation::cleanUp()
{
clearSelection();
clearParams();
close();
}