diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 23:24:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 23:24:17 +0000 |
| commit | 4c75974f2ac6bfe751e583fca37ffdd8b14ea84d (patch) | |
| tree | 22ce7ae0082ea2387a2349b9248b59d87953d32a /src/eraser-context.h | |
| parent | Fix another tonne of forward declaration tags (diff) | |
| download | inkscape-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.h | 3 |
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 |
