Author: Carlos Lopez <[email protected]>
Date:   Mon Jan 16 21:48:12 2012 +0100

Remove Writer Lock

---

 synfig-core/src/synfig/context.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/synfig-core/src/synfig/context.cpp 
b/synfig-core/src/synfig/context.cpp
index f0f8c16..78d419a 100644
--- a/synfig-core/src/synfig/context.cpp
+++ b/synfig-core/src/synfig/context.cpp
@@ -378,8 +378,6 @@ Context::set_outline_grow(Real grow)
                           (*context)->get_name() == "advanced_outline"
                          )
                        {
-                               // Set up a writer lock
-                               RWLock::WriterLock 
lock((*context)->get_rw_lock());
                                if(!(*context)->set_param("width_grow", grow))
                                        
synfig::error("Context::set_outline_grow(): %s didn't accept param width_grow", 
(*context)->get_name().c_str());
                        }


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to