From: dooglus Date: Thu, 15 Mar 2007 13:21:59 +0000 (+0000) Subject: Commented the 'else' and 'endif' of some long conditional blocks. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1307fe1c1b6737b857b902a0e39141ba96adf025;p=synfig.git Commented the 'else' and 'endif' of some long conditional blocks. git-svn-id: http://svn.voria.com/code@322 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp index c4252b1..56fca0c 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp @@ -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; } }