mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* setDimCache is superfluous in mathed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7150b0caa3
commit
6a9e5edae3
@ -201,9 +201,6 @@ void MathMacro::metrics(MetricsInfo & mi, Dimension & dim) const
|
|||||||
dim.des += 2;
|
dim.des += 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cache the inset dimension.
|
|
||||||
setDimCache(mi, dim);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user