remove unused nl

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5255 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-10 16:54:16 +00:00
parent 0bd9a0a81e
commit cbb3dc4564
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-10 John Levon <levon@movementarian.org>
* insetinclude.h: remove unused param
2002-09-09 John Levon <levon@movementarian.org> 2002-09-09 John Levon <levon@movementarian.org>
* insetinclude.h: * insetinclude.h:

View File

@ -38,7 +38,6 @@ public:
struct Params { struct Params {
Params(InsetCommandParams const & cp = InsetCommandParams("input"), Params(InsetCommandParams const & cp = InsetCommandParams("input"),
Flags f = INPUT, Flags f = INPUT,
bool nl = false,
string const & name = string()) string const & name = string())
: cparams(cp), flag(f), : cparams(cp), flag(f),
masterFilename_(name) {} masterFilename_(name) {}