Commented the 'else' and 'endif' of some long conditional blocks.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 13:21:59 +0000 (13:21 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 13:21:59 +0000 (13:21 +0000)
git-svn-id: http://svn.voria.com/code@322 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_geometry/outline.cpp

index c4252b1..56fca0c 100644 (file)
@@ -361,7 +361,7 @@ Outline::sync()
        add_polygon(side_a);
 
 
-#else
+#else /* 1 */
 
        bool loop_;
        if(bline.get_contained_type()==ValueBase::TYPE_BLINEPOINT)
@@ -623,12 +623,12 @@ Outline::sync()
                        }
                //synfig::info("BLEHH__________--- x:%f, y:%f",vector_list.front()[0],vector_list.front()[1]);
        }
-#endif
+#endif /* _DEBUG */
 
        add_polygon(vector_list);
 
 
-#endif
+#endif /* 1 */
        } catch (...) { synfig::error("Outline::sync(): Exception thrown"); throw; }
 }