X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fmain.cpp;h=ef9df7214c057001a4ee4ebfb4bbcd706f4b343b;hb=37d477ee261aaffdc0a0c743be397792513ccf79;hp=7decee54065e2bc8bc987f43aefef5bebdb79e94;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/main.cpp b/synfig-studio/trunk/src/synfigapp/main.cpp index 7decee5..ef9df72 100644 --- a/synfig-studio/trunk/src/synfigapp/main.cpp +++ b/synfig-studio/trunk/src/synfigapp/main.cpp @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file main.cpp +/*! \file synfigapp/main.cpp ** \brief Template File ** -** $Id: main.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -376,7 +376,7 @@ synfigapp::Main::select_input_device(InputDevice::Handle input_device) { assert(input_device); - synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str()); + // synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str()); selected_input_device_=input_device;