X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_stroke.cpp;h=fc16a320e9a6a76a37bb69d5f50e3ba22779b37b;hb=e80b4d10c19c3a890aae535facee1c934bea16ce;hp=309099c8a0c04f1df08fce1f7827383c559faf1e;hpb=72a80236bc170c6eb8b6d0462badc7244bd85dd3;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp index 309099c..fc16a32 100644 --- a/synfig-studio/trunk/src/gtkmm/state_stroke.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_stroke.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -47,6 +48,8 @@ #include "toolbox.h" #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -127,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() @@ -136,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)