summaryrefslogtreecommitdiffstats
path: root/src/star-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/star-context.h')
-rw-r--r--src/star-context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/star-context.h b/src/star-context.h
index 7bcb26c41..4daafb3e4 100644
--- a/src/star-context.h
+++ b/src/star-context.h
@@ -25,9 +25,6 @@
#define SP_IS_STAR_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SP_TYPE_STAR_CONTEXT))
#define SP_IS_STAR_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SP_TYPE_STAR_CONTEXT))
-class SPStarContext;
-class SPStarContextClass;
-
struct SPStarContext : public SPEventContext {
SPItem *item;
Geom::Point center;