mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
0bd9a0a81e
commit
cbb3dc4564
@ -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:
|
||||||
|
@ -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) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user