X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Frenddesc.cpp;h=4515279218ea1e33836f6eb843475080ac4d400e;hb=3c7d6e4d606b73a89a5ee92020d5a1d69508ec62;hp=9a498b176d841640e2abe0d4465a57565ed573d2;hpb=6054e41d9bd09ab2addaef1eeb45798a99e77d70;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; }