mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +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>
|
||||
|
||||
* insetinclude.h:
|
||||
|
@ -38,7 +38,6 @@ public:
|
||||
struct Params {
|
||||
Params(InsetCommandParams const & cp = InsetCommandParams("input"),
|
||||
Flags f = INPUT,
|
||||
bool nl = false,
|
||||
string const & name = string())
|
||||
: cparams(cp), flag(f),
|
||||
masterFilename_(name) {}
|
||||
|
Loading…
Reference in New Issue
Block a user