diff options
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index 1ddab30f1..767552784 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -342,7 +342,7 @@ public: computed(0) {} - SPILength( Glib::ustring const &name, unsigned value = 0 ) + SPILength( Glib::ustring const &name, float value = 0 ) : SPIBase( name ), unit(SP_CSS_UNIT_NONE), value(value), @@ -401,7 +401,7 @@ public: normal(true) {} - SPILengthOrNormal( Glib::ustring const &name, unsigned value = 0 ) + SPILengthOrNormal( Glib::ustring const &name, float value = 0 ) : SPILength( name, value ), normal(true) {} @@ -1260,7 +1260,6 @@ struct SPITextDecorationData { float tspan_width; // from libnrtype, when it calculates spans float ascender; // the rest from tspan's font float descender; - float line_gap; float underline_thickness; float underline_position; float line_through_thickness; |
