From: Edwin Leuven Date: Thu, 13 Mar 2008 23:47:29 +0000 (+0000) Subject: remove unused variable X-Git-Tag: 1.6.10~5656 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9f088c828ef425d154e42f768e58aa213922e7f4;p=features.git remove unused variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23714 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index f50241795e..6b5ba04776 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -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"));