summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index beee8161d..e88cad5c0 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -377,7 +377,6 @@ SPILength::merge( const SPIBase* const parent ) {
switch (p->unit) {
case SP_CSS_UNIT_EM:
case SP_CSS_UNIT_EX:
- g_assert( &style->font_size != nullptr && &p->style->font_size != nullptr );
value *= p->style->font_size.computed / style->font_size.computed;
/** \todo
* FIXME: Have separate ex ratio parameter.