Prevent compiler warnings about unused parameters.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_const.cpp
index 985b598..c38565d 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file valuenode_const.cpp
 **     \brief Template File
 **
-**     $Id: valuenode_const.cpp,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -85,7 +85,7 @@ ValueNode_Const::~ValueNode_Const()
 
 
 ValueBase
-ValueNode_Const::operator()(Time t)const
+ValueNode_Const::operator()(Time /*t*/)const
 {
        return value;
 }
@@ -126,6 +126,6 @@ ValueNode_Const::get_local_name()const
        return _("Constant");
 }
 
-void ValueNode_Const::get_times_vfunc(Node::time_set &set) const
+void ValueNode_Const::get_times_vfunc(Node::time_set &/*set*/) const
 {
 }