diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-24 12:04:31 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-24 12:04:31 +0000 |
| commit | 67c3fc5586ae05506f75bb30fe46a071e20613d2 (patch) | |
| tree | 8469b6ad6668ba9852930950833db245eb70da00 /src/style-internal.h | |
| parent | Add missing style-internal.cpp (diff) | |
| download | inkscape-67c3fc5586ae05506f75bb30fe46a071e20613d2.tar.gz inkscape-67c3fc5586ae05506f75bb30fe46a071e20613d2.zip | |
Clean up of style code, removal of SPFontStyle. Step 2.
(bzr r13300)
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index e5ef72c76..665c7abd4 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -867,19 +867,6 @@ struct SPITextDecorationData { float line_through_position; }; - -/// An SPFontStyle has a 'font', 'font-family', and font_specification (ala Pango). -struct SPFontStyle { - /* CSS font properties */ - SPIString font_family; - - /* Full font name, as font_factory::ConstructFontSpecification would give */ - SPIString font_specification; - - /** \todo fixme: The 'font' property is ugly, and not working (lauris) */ -// SPIString font; -}; - #endif // SEEN_SP_STYLE_INTERNAL_H |
