mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
remove unused variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23714 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
34b9f3ccb3
commit
9f088c828e
@ -252,7 +252,6 @@ void InsetInclude::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
InsetCommandParams p(INCLUDE_CODE);
|
||||
InsetCommandMailer::string2params("include", to_utf8(cmd.argument()), p);
|
||||
if (!p.getCmdName().empty()) {
|
||||
Buffer const & buf = cur.buffer();
|
||||
if (isListings(p)){
|
||||
InsetListingsParams new_params(to_utf8(p["lstparams"]));
|
||||
docstring const label_str = from_utf8(new_params.getParamValue("label"));
|
||||
|
Loading…
Reference in New Issue
Block a user