Revision: 2202
          http://synfig.svn.sourceforge.net/synfig/?rev=2202&view=rev
Author:   dooglus
Date:     2008-11-17 00:37:38 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
Commented prototype for undefined function add_layer().

Modified Paths:
--------------
    synfig-studio/trunk/src/synfigapp/canvasinterface.h

Modified: synfig-studio/trunk/src/synfigapp/canvasinterface.h
===================================================================
--- synfig-studio/trunk/src/synfigapp/canvasinterface.h 2008-11-14 21:14:21 UTC 
(rev 2201)
+++ synfig-studio/trunk/src/synfigapp/canvasinterface.h 2008-11-17 00:37:38 UTC 
(rev 2202)
@@ -256,7 +256,7 @@
        Mode get_mode()const;
 
        //! Creates a new layer, of type \c id at the top of the layer stack
-       synfig::Layer::Handle add_layer(synfig::String id) { return 
add_layer_to(id,get_canvas()); }
+       // synfig::Layer::Handle add_layer(synfig::String id) { return 
add_layer_to(id,get_canvas()); }
 
        synfig::Layer::Handle add_layer_to(synfig::String 
id,synfig::Canvas::Handle canvas, int depth=0);
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to