Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
14598:0d37fda09415 | 14604:de72463862c4 |
---|---|
3042 | 3042 |
3043 set_screensize (ss); | 3043 set_screensize (ss); |
3044 } | 3044 } |
3045 | 3045 |
3046 Matrix | 3046 Matrix |
3047 root_figure::properties::get_boundingbox (bool internal, const Matrix&) const | 3047 root_figure::properties::get_boundingbox (bool, const Matrix&) const |
3048 { | 3048 { |
3049 Matrix screen_size = screen_size_pixels (); | 3049 Matrix screen_size = screen_size_pixels (); |
3050 Matrix pos = Matrix (1, 4, 0); | 3050 Matrix pos = Matrix (1, 4, 0); |
3051 pos(2) = screen_size(0); | 3051 pos(2) = screen_size(0); |
3052 pos(3) = screen_size(1); | 3052 pos(3) = screen_size(1); |