aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 3f15c419..dca78510 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -170,7 +170,6 @@ void StyleEngine::apply (StyleAttrs *attrs, CssPropertyList *props) {
switch (p->name) {
case CssProperty::CSS_PROPERTY_FONT_FAMILY:
- // \todo memory management of font name strings
// \todo handle comma separated lists of font names
if (strcmp (p->value.strVal, "serif") == 0)
fontAttrs.name = prefs.font_serif;