[lasem] mathml_layout_utils: comment unused variable.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] mathml_layout_utils: comment unused variable.
- Date: Sun, 16 Oct 2011 22:10:34 +0000 (UTC)
commit 484074719517fd86c5eead7e4d9687b23e5ee4b3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Mon Oct 17 00:09:19 2011 +0200
mathml_layout_utils: comment unused variable.
src/lsmmathmllayoututils.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmmathmllayoututils.c b/src/lsmmathmllayoututils.c
index c831c09..3ef7070 100644
--- a/src/lsmmathmllayoututils.c
+++ b/src/lsmmathmllayoututils.c
@@ -45,7 +45,6 @@ lsm_mathml_measure_sub_sup (LsmMathmlElement *parent,
LsmMathmlOperatorElement *embellished_core;
double axis_offset, ascent, descent;
double v_space;
- double slant;
gboolean is_operator;
*bbox = lsm_mathml_bbox_null;
@@ -56,7 +55,10 @@ lsm_mathml_measure_sub_sup (LsmMathmlElement *parent,
embellished_core = lsm_mathml_element_get_embellished_core (base);
is_operator = embellished_core != NULL;
+ /* TODO
+ double slant;
slant = is_operator ? lsm_mathml_operator_element_get_slant (embellished_core, view) : 0.0;
+ */
axis_offset = lsm_mathml_view_measure_axis_offset (view, parent->style.math_size);
v_space = parent->style.math_size * LSM_MATHML_SPACE_EM_THIN;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]