diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-17 10:01:34 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-17 10:01:34 +0100 |
commit | 0a3622f770ab24251bfb0e9f6d7927429323d07f (patch) | |
tree | d009bcc6aeb9189dc40ba17fc0f161a2a0a122ea /src | |
parent | c972f4a2023f94cd837c001e34715ab924745eb6 (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/Panorama.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx index bcf42b1..839d70c 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -483,8 +483,6 @@ Panorama::is_visible(double a_alph) { int Panorama::get_coordinates(double a_alph, double a_nick, double *x, double *y) { - - if (is_visible(a_alph)) { proj->get_coordinates(a_alph, a_nick, &parms, x, y); return 0; |