diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 22:29:53 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 22:29:53 +0100 |
commit | 7ea33b9c2e22726413fce2a5bd55d93f9f5482f2 (patch) | |
tree | 5265868bbd57e9c6cb55256950d41f73968de69a | |
parent | 1b96214bbf9f88a94f7a7cd6d2b105488a0baf36 (diff) |
remove todo
-rw-r--r-- | src/styleengine.cc | 1 |
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; |