diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-07-12 22:30:15 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-07-12 22:30:15 +0000 |
| commit | d8c7133e01cec7583d5ab060d2d0b5f7665be4eb (patch) | |
| tree | c285411e05831d95e5243831469be639df62f3d1 /src/sp-ellipse.cpp | |
| parent | fix proper type for type array when initializing nodepath (diff) | |
| download | inkscape-d8c7133e01cec7583d5ab060d2d0b5f7665be4eb.tar.gz inkscape-d8c7133e01cec7583d5ab060d2d0b5f7665be4eb.zip | |
warning cleanup
(bzr r6282)
Diffstat (limited to 'src/sp-ellipse.cpp')
| -rw-r--r-- | src/sp-ellipse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-ellipse.cpp b/src/sp-ellipse.cpp index 4def256b9..1970a8034 100644 --- a/src/sp-ellipse.cpp +++ b/src/sp-ellipse.cpp @@ -188,7 +188,7 @@ static void sp_genericellipse_set_shape(SPShape *shape) double x0, y0, x1, y1, x2, y2, x3, y3; double len; gint slice = FALSE; - gint i; + // gint i; SPGenericEllipse *ellipse = (SPGenericEllipse *) shape; |
