Prevent compiler warnings about unused parameters.
[synfig.git] / synfig-core / trunk / src / synfig / surface.cpp
index e5f531b..f783d9c 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file surface.cpp
 **     \brief Template File
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -88,7 +90,7 @@ target2surface::set_rend_desc(synfig::RendDesc *newdesc)
 }
 
 bool
-target2surface::start_frame(synfig::ProgressCallback *cb)
+target2surface::start_frame(synfig::ProgressCallback */*cb*/)
 {
        if(surface->get_w() != desc.get_w() || surface->get_h() != desc.get_h())
        {