From 481dbcb8a8a8d0aab6399d0f62a75c2c7bdd467a Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 19 Feb 2008 18:52:36 +0000 Subject: [PATCH] Make the "stroke" state used by the draw tool quieter too. git-svn-id: http://svn.voria.com/code@1768 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/state_stroke.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index 3bf3d1c..fc16a32 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -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) -- 2.7.4