X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Fsrc%2Fsynfig%2Frenddesc.cpp;h=4515279218ea1e33836f6eb843475080ac4d400e;hb=26f78d052cedf01a267206f31f20bac8eaaa2c89;hp=9a498b176d841640e2abe0d4465a57565ed573d2;hpb=a095981e18cc37a8ecc7cd237cc22b9c10329264;p=synfig.git diff --git a/synfig-core/src/synfig/renddesc.cpp b/synfig-core/src/synfig/renddesc.cpp index 9a498b1..4515279 100644 --- a/synfig-core/src/synfig/renddesc.cpp +++ b/synfig-core/src/synfig/renddesc.cpp @@ -1,6 +1,7 @@ /* === S Y N F I G ========================================================= */ /*! \file synfig/renddesc.cpp -** \brief RendDesc +** \brief Class that defines the parameters needed by the Renderer to +* render a context to a surface. ** ** $Id$ ** @@ -455,16 +456,6 @@ RendDesc::set_span(const Real &x) } -/* -const Gamma & -RendDesc::get_gamma()const -{ return gamma; } - -RendDesc & -RendDesc::set_gamma(const Gamma &x) -{ gamma=x; return *this; } -*/ - const Point & RendDesc::get_focus()const { return focus; }