summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 22:29:53 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 22:29:53 +0100
commit7ea33b9c2e22726413fce2a5bd55d93f9f5482f2 (patch)
tree5265868bbd57e9c6cb55256950d41f73968de69a /src/styleengine.cc
parent1b96214bbf9f88a94f7a7cd6d2b105488a0baf36 (diff)
remove todo
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;