diff options
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index 5828eda13..19df6a554 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -58,15 +58,13 @@ class SPObjectClass; #include "version.h" #include "util/forward-pointer-iterator.h" - -class SPDesktop; -struct SPCSSAttr; +class SPCSSAttr; struct SPStyle; namespace Inkscape { namespace XML { class Node; -class Document; +struct Document; } } @@ -90,8 +88,6 @@ typedef enum { SP_INVALID_ACCESS_ERR } SPExceptionType; -class SPException; - /// An attempt to implement exceptions, unused? struct SPException { SPExceptionType code; @@ -100,8 +96,6 @@ struct SPException { #define SP_EXCEPTION_INIT(ex) {(ex)->code = SP_NO_EXCEPTION;} #define SP_EXCEPTION_IS_OK(ex) (!(ex) || ((ex)->code == SP_NO_EXCEPTION)) -class SPCtx; - /// Unused struct SPCtx { unsigned int flags; @@ -113,8 +107,6 @@ enum { }; class SPDocument; -class SPIXmlSpace; -class SPObject; /// Internal class consisting of two bits. struct SPIXmlSpace { |
