summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/style.h b/src/style.h
index 5b7fb559a..cb5178b40 100644
--- a/src/style.h
+++ b/src/style.h
@@ -34,17 +34,6 @@ class Node;
class SPCSSAttr;
-class SPIFloat;
-class SPIScale24;
-class SPIInt;
-class SPIShort;
-class SPIEnum;
-class SPIString;
-class SPILength;
-class SPIPaint;
-class SPIFontSize;
-class SPIBaselineShift;
-
/// Float type internal to SPStyle.
struct SPIFloat {
unsigned set : 1;
@@ -145,8 +134,6 @@ struct SPILength {
#define SP_STYLE_FILL_SERVER(s) ((const_cast<SPStyle *> (s))->getFillPaintServer())
#define SP_STYLE_STROKE_SERVER(s) ((const_cast<SPStyle *> (s))->getStrokePaintServer())
-class SVGICCColor;
-
/// Paint type internal to SPStyle.
struct SPIPaint {
unsigned set : 1;
@@ -262,7 +249,7 @@ struct SPILengthOrNormal {
float computed;
};
-class SPTextStyle;
+struct SPTextStyle;
/// Stroke dash details.
class NRVpathDash {