Removed unused variables.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Oct 2007 18:38:15 +0000 (18:38 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Oct 2007 18:38:15 +0000 (18:38 +0000)
git-svn-id: http://svn.voria.com/code@970 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/rect.cpp

index 68327b6..9f97f9f 100644 (file)
@@ -65,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);
 }