Mercurial > hg > octave-nkf
diff src/graphics.cc @ 14604:de72463862c4
Silence warnings
* graphics.cc (root_figure::properties::get_boundingbox): Remove
unused variable.
* symtab.cc (symbol_table::install_nestfunction): Rename clashing
variable that shadows member.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 06 May 2012 21:14:55 -0400 |
parents | 36cfbd23fe9f |
children | e3da2a68d709 |
line wrap: on
line diff
--- a/src/graphics.cc +++ b/src/graphics.cc @@ -3044,7 +3044,7 @@ } Matrix -root_figure::properties::get_boundingbox (bool internal, const Matrix&) const +root_figure::properties::get_boundingbox (bool, const Matrix&) const { Matrix screen_size = screen_size_pixels (); Matrix pos = Matrix (1, 4, 0);