summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-04-24 12:04:31 +0000
committertavmjong-free <tavmjong@free.fr>2014-04-24 12:04:31 +0000
commit67c3fc5586ae05506f75bb30fe46a071e20613d2 (patch)
tree8469b6ad6668ba9852930950833db245eb70da00 /src/style-internal.h
parentAdd missing style-internal.cpp (diff)
downloadinkscape-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.h13
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