summaryrefslogtreecommitdiffstats
path: root/src/arc-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-01 03:01:26 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-01 03:01:26 +0000
commit81eb462155b89a2002461be6d57ab002cb8852ba (patch)
treecb8f0ad47c6de5db9dc0f6f4e8c3fd6dc57f2642 /src/arc-context.cpp
parentcorrecting file list (diff)
downloadinkscape-81eb462155b89a2002461be6d57ab002cb8852ba.tar.gz
inkscape-81eb462155b89a2002461be6d57ab002cb8852ba.zip
turns out, all these synthesize_events were not necessary at all - they just fired fake events that i never needed
(bzr r382)
Diffstat (limited to 'src/arc-context.cpp')
-rw-r--r--src/arc-context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp
index 48e153638..10e38ee9a 100644
--- a/src/arc-context.cpp
+++ b/src/arc-context.cpp
@@ -177,7 +177,6 @@ void sp_arc_context_selection_changed(Inkscape::Selection * selection, gpointer
ec->shape_repr = shape_repr;
Inkscape::GC::anchor(shape_repr);
sp_repr_add_listener(shape_repr, &ec_shape_repr_events, ec);
- sp_repr_synthesize_events(shape_repr, &ec_shape_repr_events, ec);
}
}
}
@@ -200,7 +199,6 @@ static void sp_arc_context_setup(SPEventContext *ec)
ec->shape_repr = shape_repr;
Inkscape::GC::anchor(shape_repr);
sp_repr_add_listener(shape_repr, &ec_shape_repr_events, ec);
- sp_repr_synthesize_events(shape_repr, &ec_shape_repr_events, ec);
}
}