Make the "stroke" state used by the draw tool quieter too.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 19 Feb 2008 18:52:36 +0000 (18:52 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 19 Feb 2008 18:52:36 +0000 (18:52 +0000)
git-svn-id: http://svn.voria.com/code@1768 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/state_stroke.cpp

index 3bf3d1c..fc16a32 100644 (file)
@@ -130,8 +130,6 @@ StateStroke_Context::StateStroke_Context(CanvasView* canvas_view):
        stroke_data.spawn();
 
        get_work_area()->add_stroke(stroke_data, synfigapp::Main::get_foreground_color());
-
-       synfig::info("Now Scribbling...");
 }
 
 StateStroke_Context::~StateStroke_Context()
@@ -139,7 +137,6 @@ StateStroke_Context::~StateStroke_Context()
        duckmatic_push.restore();
 
        App::toolbox->refresh();
-       synfig::info("No longer scribbling");
 
        // Send the stroke data to whatever previously called this state.
        if(stroke_data->size()>=2)