Revert unintended commit from before

This commit is contained in:
Richard Kimberly Heck 2021-01-15 11:10:44 -05:00
parent 260f9d634a
commit 997bf3ecb7
3 changed files with 0 additions and 3 deletions

View File

@ -639,7 +639,6 @@ void GuiBibtex::dispatchParams()
{
std::string const lfun = InsetCommand::params2string(params_);
dispatch(FuncRequest(getLfun(), lfun));
connectToNewInset();
}

View File

@ -644,7 +644,6 @@ void GuiExternal::dispatchParams()
{
string const lfun = InsetExternal::params2string(params_, buffer());
dispatch(FuncRequest(getLfun(), lfun));
connectToNewInset();
}

View File

@ -613,7 +613,6 @@ void GuiRef::dispatchParams()
{
std::string const lfun = InsetCommand::params2string(params_);
dispatch(FuncRequest(getLfun(), lfun));
connectToNewInset();
}