mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
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:
parent
08d8a8034f
commit
7f6721a4e9
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user