X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Frect.cpp;h=9f97f9f8f7cb92eca37c42676310e93a71b8ce4f;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=ebf618296d18fb22ab6603f8566c090130426132;hpb=d35785acb9567468dc2a520970f3f2f9313d0fca;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/rect.cpp b/synfig-core/trunk/src/synfig/rect.cpp index ebf6182..9f97f9f 100644 --- a/synfig-core/trunk/src/synfig/rect.cpp +++ b/synfig-core/trunk/src/synfig/rect.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -64,7 +65,6 @@ Rect::horizontal_strip(const value_type &y1, const value_type &y2) Rect Rect::vertical_strip(const value_type &x1, const value_type &x2) { - int i, j; const double infinity(HUGE_VAL); return Rect(x1, -infinity, x2, infinity); }