Added a \todo note questioning a part of the code.
[synfig.git] / synfig-studio / trunk / src / synfigapp / main.cpp
index 7decee5..ef9df72 100644 (file)
@@ -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;