Put View>Play on Control-P. Remove View>Pause from the menu, because it has never...
[synfig.git] / synfig-studio / trunk / src / gtkmm / asyncrenderer.cpp
index 32a6309..3c64f53 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file asyncrenderer.cpp
 **     \brief Template File
 **
-**     $Id: asyncrenderer.cpp,v 1.5 2005/01/12 07:03:42 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -275,7 +275,7 @@ public:
                alive_flag=false;
        }
 
-       virtual bool start_frame(synfig::ProgressCallback *cb=0)
+       virtual bool start_frame(synfig::ProgressCallback */*cb*/=0)
        {
                return alive_flag;
        }