summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
commit4c75974f2ac6bfe751e583fca37ffdd8b14ea84d (patch)
tree22ce7ae0082ea2387a2349b9248b59d87953d32a /src/eraser-context.h
parentFix another tonne of forward declaration tags (diff)
downloadinkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.tar.gz
inkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.zip
Fix another load of forward declaration tags
(bzr r12205)
Diffstat (limited to 'src/eraser-context.h')
-rw-r--r--src/eraser-context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eraser-context.h b/src/eraser-context.h
index 7c147c32f..bc4268aef 100644
--- a/src/eraser-context.h
+++ b/src/eraser-context.h
@@ -29,9 +29,6 @@ G_BEGIN_DECLS
#define SP_IS_ERASER_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ERASER_CONTEXT))
#define SP_IS_ERASER_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_ERASER_CONTEXT))
-class SPEraserContext;
-class SPEraserContextClass;
-
#define ERC_MIN_PRESSURE 0.0
#define ERC_MAX_PRESSURE 1.0
#define ERC_DEFAULT_PRESSURE 1.0